Hacker News new | ask | show | jobs
by origin_path 1299 days ago
It is a fruitful area for research! Truffle is an example of the sort of framework you mean. Implement a parser+interpreter using Truffle and you get JIT compilation, GC, debugging, profiling and more stuff for free on top of the JVM.
1 comments

Thank you for introducing me to Truffle! Off to write some DSLs I go!