ClojureScript

ClojureScript 3308 updated

Clojure is a dynamic programming language, a dialect of Lisp that targets the Java Virtual Machine.ClojureScript works in a very simple manner. It reads Clojure code and tries to convert it as accurately as possible to JavaScript syntax.The outputted code...

HHVM

HHVM 3.7.1 updated

PHP is natively compiled when executed. HHVM changes this by compiling PHP code at runtime.This improves performance and speeds up PHP-based applications. Just what's needed for high-traffic servers, like the ones Facebook has to deal with on a daily...

OpenFL

OpenFL 3.5.2 updated

Since Adobe unofficially abandoned Flash and development on the new ActionScript 4 language, the platform has been left for dead. Even so, it is still one of the most installed and used browser plugins around, an ideal way of promoting and distributing...

Traceur

Traceur 0.0.92 updated

Unlike Python, Ruby, PHP, or Perl, there is no versioning number for JavaScript's core. The language itself is governed by the ECMAScript standard, that uses various notations between different versions of the JS syntax.The currently version of ECMAScript...

CoffeeScript

CoffeeScript 1.9.3 updated

The CoffeeScript compiler is written in pure CoffeeScript, using a small DSL on top of the Jison parser generator, and is available as a Node.js utility.The core compiler however, does not depend on Node, and can be run in other server-side-JavaScript...

Emscripten

Emscripten 1.36.5 updated

Emscripten works by transforming LLVM bitcode into JavaScript syntax and allowing developers to run it either in a client-side (browsers) and/or server-side (Node.js) environment. Emscripten is widely considered the best tool to convert C/C++ applications...