Hacker News new | ask | show | jobs
by Vandash 317 days ago
game dev for 15+ years here, love the first example on Github this is compiled right? cannot replace lua?
2 comments

Bolt is not compiled ahead of time, it's bytecode interpreted just like Lua
It's compiled in the same way that Lua is compiled. So yes, it can replace Lua.