Pyjamas

Pyjamas 0.8 / 0.8.1alpha1

It allows writing web applications in Python, which is more suitable performance-wise for medium to large applications.The AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application...

Emscripten

Emscripten 1.36.5 updated

Emscripten works by transforming LLVM bitcode into JavaScript syntax and allowing developers to run it either in a client-side (browsers) and/or server-side (Node.js) environment. Emscripten is widely considered the best tool to convert C/C++ applications...

tinypy

tinypy 1.1

This package contains a working compiler for Python code at a tremendous small size, usable for handheld devices or embeddable in other applications.Does not support the whole Python domain, but only the necessary features.Features:Bootstraped Python...

isass

isass 0.1.14

SASS is a CSS pre-processor, a simplified version of the CSS language, with improved features and tools currently not included in the default standard.Since the SASS compiler was written in Ruby, working with SASS automatically implies you should have a...

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

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

Weber

Weber 1.0.6

Weber can compile, merge and compress various scripts and stylesheets before sending them to the client's browser.This speeds up the loading process for that app/website, and helps the developer deliver faster products, optimized for today's...

Closure Compiler

Closure Compiler 20160125 updated

The Closure Compiler was written in Java and it has for many years achieved the best results when it come to analyzing, validating, and compressing JavaScript code for the Web. It's unique from other compilers not only because it compresses code...

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