@alilly Yeah, I'd need to load *this* precompiled bytecode... But would I need to expose the ability to load others?
Also: Both Lua & Python (the primary implementations thereof) cache the bytecode for the files they load on-disk. Noone recommends writing your programs in their bytecode as its an unstable interface, but in theory it can be done!