Pluto to Lua bytecode: versions, architecture #894
Closed
CertHaramas
started this conversation in
General
Replies: 1 comment
-
Pluto is exclusively based on Lua 5.4 right now. We have no plans of providing bytecode generation that is backward compatible. We are more focused on loading bytecode of older versions to faciliate a smooth transition for integrators. You are free to compile plutoc, targeting 32-bit x86, if you require this. We don't provide 32-bit builds on Github because of lack of perceived value; given that 32-bit has long been on the way out, and its market share is now practically a margin of error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Pluto's features look so great so I'm thiking (againg) about advancing to Lua 5.4.
But the problem is - as usually - other binary dependencies.
So the question:
(Problem now to obtain/build some libs for Lua 5.4, namely: wx (WxWidgets to Lua), xls (Excel .xls reader/writer.)
TIA.
Beta Was this translation helpful? Give feedback.
All reactions