top | item 33717203

(no title)

origin_path | 3 years 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.

discuss

order

williamcotton|3 years ago

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