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

gulp.js

gulp.js 3.9.0 updated

gulp.js uses special files known as gulpfiles that can be used to enqueue and automate a series of operations.Executing a gulpfile will run all those operations in a quick succession, sparing the developer the time needed to run those tasks by hand, one...

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

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

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

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