09-08-2016, 08:48 PM
So is anyone willing to do the work to upgrade to Lua 5.2, or will we have to do with some kind of pure Lua implementation for now?
Bitwise operators
|
09-08-2016, 08:48 PM
So is anyone willing to do the work to upgrade to Lua 5.2, or will we have to do with some kind of pure Lua implementation for now?
09-08-2016, 08:50 PM
There currently aren't any plans to update Lua because our binding library (tolua++) wouldn't work anymore. There are some alternatives that do support Lua 5.2/5.3, but those don't support all the features we want. (overloading, operators, etc)
09-08-2016, 10:39 PM
You'll have to make do with a pure-Lua implementation for now.
Perhaps if you wrote a specification on what the functions should look like, someone could provide an API with implementation in C++. |
« Next Oldest | Next Newest »
|