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

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

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

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

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

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

CHICKEN

CHICKEN 4.0.0

It currently runs on Linux, MacOS X, Windows, and many Unix related OSs.CHICKEN produces portable, efficient C, supports almost all of the current Scheme language standard, R5RS and includes many enhancements and extensions.Features:Includes a...

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

tinypy

tinypy 1.1

This package contains a working compiler for Python code at a tremendous small size, usable for handheld devices or embeddable in other applications.Does not support the whole Python domain, but only the necessary features.Features:Bootstraped Python...

Clean-css

Clean-css 0.7.0

Similar to many other CSS compilers out there, Clean-css is a little bit faster thanks to its Node.js integration.Under the hood it does all the things a CSS minifier should do.From removing comments and whitespace, to optimizing color codes and even to...