RexxLA / NetRexx

Other
6 stars 0 forks source link

A JavaScript backend for the NetRexx translator (was NETREXX-123) #15

Open rvjansen opened 2 years ago

rvjansen commented 2 years ago

Design and implement a new NetRexx translator back end that emits JavaScript (or a dialect of JavaScript, such as Cof feeScript, e.g.) source code and then calls the relevant compiler for that source code. The implementation (at least for the user) would be similar to that in Clojure (http://clojure.org/ ). This would then allow NetRexx to become a "full stack" language, targeting the desktop, W eb, and server-side codespaces, all in one. (Tom Maynard)