Hacker News new | ask | show | jobs
by pid-1 1389 days ago
If I understand correctly it was a marketing thing (cof cof C#), but also the creators actually had plans to collaborate with Sun and (somehow?) integrate the language with Java.
1 comments

Oh they did. You could call into the JVM from JS even in early 2010s Firefox. Called LiveScript, I believe.
yup, i wrote a dynamic simulation using this technique in the late 90s, using java to implement a rk45 ODE solver and js/html canvas for visualization and controls.