IcedCoffeeScript is based on CoffeeScript, a programming language that compiles into JavaScript, and natively supports all .coffee files.The main difference between the original CoffeeScript language and IcedCoffeeScript is the latter's support for...

isass

isass 0.1.14

SASS is a CSS pre-processor, a simplified version of the CSS language, with improved features and tools currently not included in the default standard.Since the SASS compiler was written in Ruby, working with SASS automatically implies you should have a...

Jiphy

Jiphy 1.2.1 updated

Jiphy is an acronym for "JavaScript In, Python Out." It is a Python application that can take JS code and convert it to its Python analogue. Jiphy works with multiple files at once, but only affects code syntax. This means you can't use it to convert...

JS Console

JS Console 1.1.1

JS Console provides a visual tool that behaves just like a JavaScript interpreter, but works inside a browser window, like a regular Web app.Modern browsers provide access to the browser's JavaScript engine console, as a quick way of running custom JS...

JSIL

JSIL 1.0

This tool takes CIL bytecode created by .NET libraries and applications and converts it to JavaScript.This allows a .NET created executable file to work via the browser (JavaScript).Can be used for converting simple desktop widgets and up to complete...

Jurassic

Jurassic 2.2

Jurrasic takes JS code and converts it to bytecode.It basically allows JavaScript code to be executed inside C# apps.Comes as a DLL to be used with .NET 3.5, .NET 4 and Silverlight environments.Supports the ECMAScript syntax since version 3 and...