Hacker News new | ask | show | jobs
by eatonphil 2101 days ago
So you have a javascript frontend hooked into the java compiler? Or how does your javascript integration work?
1 comments

At compile-time manifold-js[1] parses JS and generates Java types (stubs), which forward execution to rhino at runtime. Basically, JS seamlessly mapped onto Java's type system.

[1] https://github.com/manifold-systems/manifold/tree/master/man...