lua-users home
lua-l archive

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


On Wed, May 13, 2020 at 4:25 PM Andrea <andrea.l.vitali@gmail.com> wrote:
2) Executables/Libraries: the official site lua.org let's you download the lua binary, uLua/LuaRocks let you download the Lua binary and libraries but it is competing with LuaPower, but there are too many links to old/dead projects (LuaDist, LuaForWindows, AwosomeLua, list is long), and it is too easy to download a dll which cannot be used with your Lua installation because of naming conventions (which is why I learned how to recompile by myself what I need)

So one thing that I think isn't actually a problem here: Lua is, first and foremost, designed for embedding. It's designed to be small and customizable. In general, building your own copy of Lua as part of your project build instead of relying on an external distribution is more or less the way you're EXPECTED to do it.

The various distributions are more about marketing and developer convenience than they are for deployment.

/s/ Adam
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org