Are there other languages than Objective-J that get “compiled” to JavaScript in the browser?
- 阅读更多 关于 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? 回答1: List of languages that compile to JS 回答2: The CoffeeScript compiler compiles CoffeeScript into ECMAScript. Since the CoffeeScript compiler is itself written in CoffeeScript, it can compile itself to ECMAScript and thus run in the browser. The necessary bits and pieces