Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding a compatibility layer for Lua 5.1 and 5.2 #10

Open
mjanicek opened this issue Oct 19, 2016 · 1 comment
Open

Consider adding a compatibility layer for Lua 5.1 and 5.2 #10

mjanicek opened this issue Oct 19, 2016 · 1 comment

Comments

@mjanicek
Copy link
Owner

There are many projects out there that use Lua 5.1 or 5.2, mainly because they are based on LuaJIT rather than PUC-Lua. In order to run such Lua scripts on the JVM, currently the best way to do this involves using LuaJ. In order to LuaJ users a viable alternative, it would be good to have a compatibility layer for running Lua 5.1 and 5.2 on Rembulan.

The simplest way to go about this would be adding alternative implementations of the standard library. This would not provide the exact semantics as Lua 5.1 or 5.2, but might be sufficient in most cases.

@mjanicek
Copy link
Owner Author

One such project is XOWA, an offline interface to Wikipedia. (See gnosygnu/xowa#89.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant