Cython

Cython 0.23 updated

Developed from the Pyrex core, it's enhanced with more cutting edge functionality and optimizations.The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class...

HAML

HAML 4.0.7 / 4.1.0.beta.1 updated

HAML stands for HTML Abstraction Markup Language. HAML was created for Ruby developers with the intent of providing a faster way of writing HTML code in one go. It's not only a very complex, yet simple to read markup language, but a compiler at the...

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

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

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

yst

yst 0.5.0.3 updated

It parses a predefined directory structure for template and content files and renders an HTML static site out of it, ready to be deployed online. The content files can be in YAML or CSV (from an SLitte 3 database) format.This approach combines the speed,...

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

LuaJIT

LuaJIT 2.0.4 / 2.1.0-beta1 updated

Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.Just-in-time compilation (JIT) is a method to dynamically compile code and allow an application to run faster. LuaJIT is a JIT system...

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