javascriptprogramming-languagesobjective-j

Are there other languages than Objective-J that get "compiled" to JavaScript in the browser?


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?


Solution

  • List of languages that compile to JS