Apache Buildr

Apache Buildr 1.4.23 updated

Apache Buildr is basically a Java build system based on Ruby's Rake.Just like the original Rake, Buildr lets developers build bigger projects out of smaller ones, supporting complex task procedures that can assemble any type of files together and automate...

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

Closure Compiler

Closure Compiler 20160125 updated

The Closure Compiler was written in Java and it has for many years achieved the best results when it come to analyzing, validating, and compressing JavaScript code for the Web. It's unique from other compilers not only because it compresses code...

Broccoli

Broccoli 0.16.9 / 1.0.0-beta.6 updated

Broccoli works based on a "Brocfile.js" file. In this file developers can place various build (compilation) instructions which are executed every time an application is loaded on the client's side. By running the "broccoli serve" command, any changes...

Edge.js

Edge.js 5.0.0 updated

Edge.js allows developers to use .NET functions inside Node.js code and vice versa. It basically provides a bridge between V8 and CLR, allowing both languages to run in the same CPU process. Edge.js broadens the scope for both Node.js and .NET...

Munee

Munee 1.7.0 updated

Munee is a tool developers will absolutely love. Munee works by taking an app's resources and automatically optimizing them for client-side usage. This means: - CoffeeScript files are compiled to JavaScript - LESS files are compiled to CSS -...

asm.js

asm.js 0.0.3

Being strict by nature means asm.js can run in older browsers, even if not at maximum capabilities.asm.js is basically a JavaScript compiler, taking syntax written in asm.js specific syntax and porting it back to JavaScript.The entire system was inspired...

MoonScript

MoonScript 0.4.0 updated

MoonScript was inspired by CoffeeScript and is one of the fastest to-Lua compilers around. MoonScript code can be compiled at runtime or at a peculiar time and have the code executed later.What is new in this release:Added continue keyword for skipping...