lua-users home
lua-l archive

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


IMHO, if the library depends on LuaJIT FFI mechanism, please announce
it only on LuaJIT mailing list.
If on the other end the library is written in plain Lua or use the
standard Lua-C API, it should be announced on Lua-L mailing list as
well. In the case when the library performs lots of computation in
Lua, it might be quite slow in regular Lua implementation: but this is
not necessarily a problem depending on the usage. Just write a warning
about that fact.