One problem I've come up against with trying to implement AI is that I need access to some Bitwise Operations (bitwise or and bitwise xor). Apparently, the bit32 library was included in standard Lua 5.2?
I've tried to create my own, but they're extremely slow, and so not suitable

Thanks
Shando