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

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

SASS / SCSS

SASS / SCSS 3.4.22 updated

Sass stands for Syntactically Awesome Style Sheets. Sass has been also been known under the name SCSS since version 3.x and is responsible for the .scss file extension all developers got to know and love. SCSS allows writing more advanced CSS code via a...

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

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

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

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

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