R

R 3.2.3 updated

R started as an alternative (different implementation) of Bell Laboratories' S language, but has grown into its own form and gained its separate followers. It compiles and runs on all major OSes.What is new in this release:source() now uses...

Opal

Opal 0.9.2 updated

Opal compiles source-to-source. Besides the version, Opal can also be integrated with jQuery, Ruby on Rails, Node.js and TodoMVC.What is new in this release:Remove Sprockets 3.0 support. What is new in version 0.8.1:Remove Sprockets 3.0 support. What is...

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

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

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

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

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

Middleman

Middleman 4.1.1 updated

Or in simpler terms: a static site compiler (generator) for Ruby.Middleman functions in the same way as other static site generators, working based on a set of configuration files, template handlers and content storage files.Middleman reads the configs...

CSS Crush

CSS Crush 2.4.0 updated

A pre-processor is a tool for interpreting CSS before sending out to the client. This means that the developer can add CSS in a more complex syntax, and then send it to the pre-processor to convert it into standard CSS code.What is new in this...