LiveScript
LiveScript is a language which compiles down to JavaScript. It is a fork of Coco which is in turn derived from CoffeeScript. Like those two it has a relatively...
objective-j is a programming language developed as part of the cappuccino web development framework.
objectivej is a programming language developed as part of the cappuccino web development framework. its syntax is nearly identical to the objectivec syntax and it shares with javascript the same relationship that objectivec has with the c programming language: that of being a strict, but small, superset; adding traditional inheritance and smalltalk/objectivec style dynamic dispatch. pure javascript, being a prototypebased language, already has a notion of object orientation and inheritance, but objectivej adds the use of classbased programming to javascript.programs written in objectivej need to be preprocessed before being run by a web browser's javascript virtual machine. this step can occur in the web browser at runtime or by a compiler which translates objectivej programs into pure javascript code. the objectivej compiler is written in javascript; consequently, deploying objectivej programs does not require a web browser plugin. objectivej can be compiled and run on nodejs.applicationsthe first widely known use of objectivej was in the cappuccinobased web application 280 slides, which was developed by 280 north itself. even though objectivej can be used (and has been designed) independently from the cappuccino framework, objectivej has primarily been invented to support web development in cappuccino.
Official Website
Facebook
Twitter
javascript object-oriented-language programming-language
LiveScript is a language which compiles down to JavaScript. It is a fork of Coco which is in turn derived from CoffeeScript. Like those two it has a relatively...
Free Open Source Mac OS X Windows Linux
Kaffeine is a set of extensions to the Javascript syntax that attempt to make it nicer to use. It compiles directly into javascript that is very similar, readable and...
Free Open Source Mac OS X Windows Linux
Programming language with Ruby-like syntax that compiles to efficient native code.
Free Open Source Mac OS X Linux
The X10 programming language is organized around four basic principles of asynchrony, locality, atomicity, and order that are developed on a type-safe, class-based...
Free Open Source Mac OS X Windows Linux