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

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

The #Smalltalk (Sharp Smalltalk) compiler permits the developer to use classes from ordinary .NET programs.In fact, many of the standard ANSI Smalltalk classes provided by #Smalltalk are just wrappers around standard .NET classes.#Smalltalk has a class...

Editr

Editr 2.3.0

Editr can combine CSS, HTML and JavaScript code into a fully working demo box.This can then be used as a preview tool for coding experiments and for demonstrative or learning purposes. The code editor that powers Editr is ACE and can be easily setup with...

ClojureScript

ClojureScript 3308 updated

Clojure is a dynamic programming language, a dialect of Lisp that targets the Java Virtual Machine.ClojureScript works in a very simple manner. It reads Clojure code and tries to convert it as accurately as possible to JavaScript syntax.The outputted code...

gulp.js

gulp.js 3.9.0 updated

gulp.js uses special files known as gulpfiles that can be used to enqueue and automate a series of operations.Executing a gulpfile will run all those operations in a quick succession, sparing the developer the time needed to run those tasks by hand, one...

Apache Buildr

Apache Buildr 1.4.23 updated

Apache Buildr is basically a Java build system based on Ruby's Rake.Just like the original Rake, Buildr lets developers build bigger projects out of smaller ones, supporting complex task procedures that can assemble any type of files together and automate...

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

CHICKEN

CHICKEN 4.0.0

It currently runs on Linux, MacOS X, Windows, and many Unix related OSs.CHICKEN produces portable, efficient C, supports almost all of the current Scheme language standard, R5RS and includes many enhancements and extensions.Features:Includes a...

JSIL

JSIL 1.0

This tool takes CIL bytecode created by .NET libraries and applications and converts it to JavaScript.This allows a .NET created executable file to work via the browser (JavaScript).Can be used for converting simple desktop widgets and up to complete...