calio / lua-capnproto

Lua-capnp is a pure lua implementation of capnproto based on luajit.
BSD 2-Clause "Simplified" License
70 stars 24 forks source link

Use with Lua 5.3? #6

Open daurnimator opened 9 years ago

daurnimator commented 9 years ago

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?

calio commented 9 years ago

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?

daurnimator commented 9 years ago

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?