Hacker News new | ask | show | jobs
by brabel 1418 days ago
I would first try to find out how much overhead doing that has compared to embedding a smaller language that was designed to be embedded, like Lua. I bet this would be thousands of times heavier both on disk and on memory usage.
1 comments

Maybe you can load a single interpreter instance once on app startup and reuse that in different contexts? Not much experience with this, but I assume there are possibilities.