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

LiveScript

LiveScript 0.9.12

LiveScript is actually derived from Coco, which in turn was derived from CoffeeScript.It enhances Coco and CoffeeScript by adding more features and a cleaner, more expressive syntax.Features:Much faster OOP code Support for operators, conditionals, loops,...

LLJS

LLJS 1.0

LLJS is a compiler for interpreting a slightly altered JavaScript syntax, but which produces standards compliant JavaScript output.LLJS is an attempt at implementing low-level statically typed features in a high-level dynamically typed language like...

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

Lumbar

Lumbar 5.0.0

Lumbar works by sniffing the user's device details, building the JS code and delivering appropriate modules.Besides generating the correct JS code needed in the app, it will also get all the appropriate Stylus files compile them to CSS, and send them to...

Macchiato

Macchiato 0.0.5-dev

Macchiato works and can be used in two ways:- It can take CoffeeScript code and convert it to JavaScript- It can take CoffeeScript, convert it to JavaScript, execute the JS code and pass the results to the PHP environment (via the SpiderMonkey PECL...

Mammouth

Mammouth 2.0.1

Mammouth works via Node.js or the browser and produces code that can run on any PHP server.Just like CoffeeScript, Mammouth's main role is to simplify code writing by providing a simplified syntax that looks like the original code but it's much more...

Metalua

Metalua 0.7.2-1

Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.Metalua improves the Lua system by adding meta-programming features via an improved compiler.This is achieved by adding support for...

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

mkr

mkr 0.9.0 updated

mkr works via the Node.js CLI and a mkrfile.js config (target) file.Developers write their configurations inside the mkrfile.js file, where they add the commands and operations they want to execute, along with the "target", a trigger for starting the...