Oven

Oven 0.2.2

The module sets up a client-server architecture allowing the developer to feed CoffeeScript code to a remote compiler and get the results.It basically sends the server a CoffeeScript file and returns the compiled JS file to a local folder.Oven is perfect...

RubyJS

RubyJS 0.8.0

It takes Ruby code and converts it to JavaScript, allowing developers to run client-side Ruby code in the user's browser.Be aware that RubyJS executes all Ruby code before converting it to actual JavaScript.What is new in this release:Updated RubyJS to...

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

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

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

Envjs

Envjs 1.2.35 / 1.3.pre1

Originally created and developed by John Resig, creator of jQuery, it was one of the first tries of bringing browser JS runtime to server environments.Envjs is what industry experts call a 'headless' browser. A portable JS runtime compiler that can...

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

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

Pyrex

Pyrex 0.9.9

Pyrex is a language designed for creating Python extension modules written in C code.It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.For the basic types such as numbers and...