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

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

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

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

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

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

PyPy.js

PyPy.js 0.3.1 updated

PyPy.js is the PyPy JiT (Just-in-Time) compiler translated to JavaScript using Emscripten. PyPy.js leverages the work put together into creating a better and faster Python compiler via the PyPy project and avoids re-writing and re-making the same mistakes...

CoffeeScript

CoffeeScript 1.9.3 updated

The CoffeeScript compiler is written in pure CoffeeScript, using a small DSL on top of the Jison parser generator, and is available as a Node.js utility.The core compiler however, does not depend on Node, and can be run in other server-side-JavaScript...