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?
views:
67answers:
2
+2
A:
Heres an example that compiles a ruby like language to javascript - and the compilation can be done in the browser.
Michael Anderson
2010-10-09 01:30:43
Wow, that was... interesting. Pops two Tylenol.
Unkwntech
2010-10-09 02:50:00
Very cool answer! And I'll have to try out some CoffeeScript.
Jarrod Dixon
2010-10-09 02:57:06