Comment by Vandash
2 days ago
game dev for 15+ years here, love the first example on Github this is compiled right? cannot replace lua?
2 days ago
game dev for 15+ years here, love the first example on Github this is compiled right? cannot replace lua?
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.