Hacker News new | ask | show | jobs
by dapperdrake 474 days ago
There is TeaVM for whatever it’s worth.

JavaScript and WASM really seem more portable. They have now approximated what Java web applets tried to achieve. And now WASM can be run in Mainframe IBM JVMs. Nashorn or Rhino seems like it runs JavaScript there.

JavaScript and WASM are now getting close to COBOL's importance. That’s no mean feat.

1 comments

fun fact: there is an ongoing effort to bring Wasm to Rhino via Chicory

https://github.com/mozilla/rhino/discussions/1485