Rubinius

Rubinius 3.2 updated

By default, the native Ruby compiler uses the Matz's Ruby Implementation (MRI) to execute code. Rubinius is an alternative to MRI, focused on speed and performance. This tool can be used for production environments, being compatible with most current...

lessphp

lessphp 0.5.0

LESS stands for Leaner CSS and it's an extension to the CSS language adding support for variables, nested rules, mixins and operations.In most cases, developers use either Ruby or JavaScript to convert LESS files to normal CSS.This PHP library provides a...

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

RingoJS

RingoJS 0.11

Written in Java, it provides a CommonJS conformant module library and web application framework.It adds a number of features to Rhino that make it suitable for real-world, large-scale application development.RingoJS is mainly geared for web applications,...

scssphp

scssphp 0.4.0 updated

By default, SCSS (SASS) code is compiled in Ruby, and many libraries that work with SCSS (SASS) rely on Ruby to do so. This PHP library provides a way to compile SCSS (SASS) source to normal CSS using a normal PHP engine. The library wraps around SCSS...

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

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

Myth

Myth 1.5.0 updated

Unlike most CSS preprocessors that use a highly specialized markup language that compilers to standards-compliant CSS, Myth looks most of the time like normal CSS and when compiled produces standards compliant CSS code.The basic principles behind Myth is...

Jurassic

Jurassic 2.2

Jurrasic takes JS code and converts it to bytecode.It basically allows JavaScript code to be executed inside C# apps.Comes as a DLL to be used with .NET 3.5, .NET 4 and Silverlight environments.Supports the ECMAScript syntax since version 3 and...

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