lua-capnproto
lua-capnproto copied to clipboard
Use with Lua 5.3?
Hi,
Currently, lua-capnproto only works with LuaJIT v2.1. This is because lua-capnproto needs 64 bit integer support and 64bit number bit operations, but only LuaJIT v2.1 provides a decent way to do all these.
Lua 5.3 brings 64 bit integer support along with it; will you be working on a version that works there?
Hi daurnimator, that is always on my list. Unfortunately, due to limited time, I don't have plan to work on that recently. If you are interested, will you submit a pull request for it?
I don't have plan to work on that recently. If you are interested, will you submit a pull request for it?
Sorry, this time around I was just looking for something to pick up and use. Maybe next time?