Moonjit is an active fork of LuaJIT that’s implementing features from newer lua versions while maintaining full backward compatibility with LuaJIT. They also intend to maintain ppc support so it might be a way to keep LuaJIT’s speed and ffi (per terralang/std#4) and avoid having to switch to PUC like in #320
How feasible would it be to use it in Terra? From my quick poking around, it seems possible that it’s fairly simple. I’ll give it a proper attempt when I have time, but maybe someone else will have a better sense for whether it’s worth pursuing.
Moonjit is an active fork of LuaJIT that’s implementing features from newer lua versions while maintaining full backward compatibility with LuaJIT. They also intend to maintain ppc support so it might be a way to keep LuaJIT’s speed and ffi (per terralang/std#4) and avoid having to switch to PUC like in #320
How feasible would it be to use it in Terra? From my quick poking around, it seems possible that it’s fairly simple. I’ll give it a proper attempt when I have time, but maybe someone else will have a better sense for whether it’s worth pursuing.