views:

67

answers:

2

Objective-J is compiled/transformed into JavaScript directly on the browser. (This is contrast to doing this on the server, as GWT does for Java.) Has this approach been implemented for any language, other than Objective-J?

+2  A: 

Heres an example that compiles a ruby like language to javascript - and the compilation can be done in the browser.

http://jashkenas.github.com/coffee-script/

Michael Anderson
+6  A: 
Jörg W Mittag
Wow, that was... interesting. Pops two Tylenol.
Unkwntech
Very cool answer! And I'll have to try out some CoffeeScript.
Jarrod Dixon