lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Nov 9, 2016 01:25, "Philipp Janda" <siffiejoe@gmx.net> wrote:
> This indicates that the code was written for Lua 5.0 and hasn't been updated since. This is usually a bad sign. It *could* work with Lua 5.1 with compatibility flags enabled, though. But I wouldn't spend too much time with a code base that hasn't been adapted to a recent Lua release in the last 5 years at least.
> So it seems that lunatic-python is not a good option for you, sorry ...

Sorry for bringing up an option that no longer works out of the box. It used to save me a lot of trouble/work when I last needed it 8 years ago.

I found this fork https://github.com/bastibe/lunatic-python which mentions that it works with Python 2.7 and Lua 5.1. That said, I haven't tried it myself.