Pythonium

Pythonium 0.6.2

Pythonium is a Python to JavaScript bridge, allowing Python developers to write their apps and websites in the language they know best and then convert it to JS.Pythonium is actually made of two sections.Pythonium Veloce focusing more on speed and...

Coco

Coco 0.9.1 / 0.9.2b

CoffeeScript is it's own scripting language that compiles into JavaScript. It's basically a markup language that is compiled to JS code.It was created to improve the way people write JavaScript, but did not manage to fix all the quirks.Coco on the other...

Protocol Buffers will not only help cut down the size of the transfer, but also improve the time it takes to encode and send it as well.Developed at Google to help improve data transfers, Protocol Buffers is ideal for all RPC-based protocols and adjacent...

Caffeine

Caffeine 0.2.7

CoffeeScript is a programming language that compiles it's own syntax into running JavaScript code. It's aim is to simplify writing JS code.Caffeine does not modify the CoffeeScript syntax, but merely adds extra features on top of the default...

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

JS Console

JS Console 1.1.1

JS Console provides a visual tool that behaves just like a JavaScript interpreter, but works inside a browser window, like a regular Web app.Modern browsers provide access to the browser's JavaScript engine console, as a quick way of running custom JS...

SLip

SLip 1.0

SLip is written in JavaScript and is an attempt at porting a more complex programming language inside the dynamic runtime of a browser engine.While still in early development, SLip shows developers how more complex programming environments can be ported...

It watches a folder full of CoffeeScript files and automatically merges and compiles all of them into one single JavaScript file whenever a change is detected.The script needs to be run from the Ruby CLI.Installation and usage instructions are provided...