stetre / moonlibs

Lua libraries for graphics and audio programming
215 stars 11 forks source link

LuaJIT support #7

Closed jordan4ibanez closed 2 years ago

jordan4ibanez commented 2 years ago

I was wondering if there are any plans to add support to LuaJIT for this project. Thank you.

stetre commented 2 years ago

Hi. I'm sorry but no, there aren't any.

jordan4ibanez commented 2 years ago

Ah. Well no need to apologize, after all it is your project with your goals. Thank you for responding.

stetre commented 2 years ago

Don't mention it. While I understand why people are interested in LuaJIT, in a sense LuaJIT and libraries like these are alternatives. Or at least they are alternative approaches in the aim for speed and extensibility: language implementation and ffi versus C and C bindings. Considering that Lua and LuaJIT diverged a few years ago, I don't feel that supporting the latter is worth the (increased) effort.