Log In  


I'm not sure how practical a request this one is, but if Pico's vocabulary of Lua operators were expanded to include nand, nor, xor, and xnor, my life as a golfing programmer would be so much easier. (And if that can be done, could we also get the bitwise functions as regular old | & ^ ~ << >> operators instead?)



It can be done. I don't have a source on this old Lua 5.1.4 mod I used anymore, though. https://github.com/STJr/SRB2/tree/master/src/blua


It is a lot simpler than that. bitwise operators were added to lua 5.3


That's true. But then, so was a separation between floating point numbers and integers. zep would have to re-do all the fixed point precision hax all over again and whatnot. D:


I think it would be kinda awesome to have separate fixed point numbers and regular integers.


... Yeah. It certainly would.



[Please log in to post a comment]