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

Amber

Amber 0.14.10

Smalltalk is an object-oriented, dynamically typed, reflective programming language.Amber allows developers to execute Smalltalk code inside a browser or any other environment where JS can be interpreted.There is no interpretation at runtime with Amber,...

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

asm.js

asm.js 0.0.3

Being strict by nature means asm.js can run in older browsers, even if not at maximum capabilities.asm.js is basically a JavaScript compiler, taking syntax written in asm.js specific syntax and porting it back to JavaScript.The entire system was inspired...

Assets-packager combines various already-known utilities to provide a more powerful solution for modern, performance-based Web development.In layman's terms, it merges, compiles (when necessary), pre-processes and compresses assets like CSS, JavaScript...

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

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

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