Mar 29, 2021
Glad you liked it. You mean runtimes for langauges like Python, JavaScript, Ruby etc?
I think runtimes make a lot of sense for dynamic langauges as it is hard to make a dynamic langauge without them. The key benefit I see with dynamic languages is the ability to have interactive command lines (REPL).
But also things like simplifying the build system, reducing dependencies etc.