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

前端 未结 4 1929
时光取名叫无心
时光取名叫无心 2020-12-15 01:51

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 imp

4条回答
  •  独厮守ぢ
    2020-12-15 02:27

    In addition to these lists there is an index here: http://altjs.org/ which has:

    • New languages
    • JavaScript enhancements
    • Ports (Java, C, Ruby, etc.)

    and more

提交回复
热议问题