Editr

Editr 2.3.0

Editr can combine CSS, HTML and JavaScript code into a fully working demo box.This can then be used as a preview tool for coding experiments and for demonstrative or learning purposes. The code editor that powers Editr is ACE and can be easily setup with...

The #Smalltalk (Sharp Smalltalk) compiler permits the developer to use classes from ordinary .NET programs.In fact, many of the standard ANSI Smalltalk classes provided by #Smalltalk are just wrappers around standard .NET classes.#Smalltalk has a class...

Oven

Oven 0.2.2

The module sets up a client-server architecture allowing the developer to feed CoffeeScript code to a remote compiler and get the results.It basically sends the server a CoffeeScript file and returns the compiled JS file to a local folder.Oven is perfect...

LiveScript

LiveScript 0.9.12

LiveScript is actually derived from Coco, which in turn was derived from CoffeeScript.It enhances Coco and CoffeeScript by adding more features and a cleaner, more expressive syntax.Features:Much faster OOP code Support for operators, conditionals, loops,...

Envjs

Envjs 1.2.35 / 1.3.pre1

Originally created and developed by John Resig, creator of jQuery, it was one of the first tries of bringing browser JS runtime to server environments.Envjs is what industry experts call a 'headless' browser. A portable JS runtime compiler that can...

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...