[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available)
- From: Alex Szpakowski <aszpakowski@...>
- Date: Fri, 11 Jul 2014 08:31:26 -0700 (PDT)
Dirk Laurie-2 wrote
> Would it not be simpler to include Lua source code, customized
> to your needs, in your project as e.g. LuaTeX and Love2D do?
> Not rely on any user's separately installed Lua? After all, we are
> talking of less than 400K of C source. How much is merely including
> the usual C++ headers?
LÖVE's source doesn't include Lua's source, and the compiled downloadable
version includes unmodified Lua or LuaJIT. I don't think we'll ever consider
modifying Lua or LuaJIT at the language level since we can provide
everything we need from within the LÖVE API - recent versions of LÖVE can
even be loaded as a library via require or package.loadlib in whatever
(5.1-compatible) Lua interpreter you want to use.
--
View this message in context: http://lua.2524044.n2.nabble.com/ANN-Lua-5-3-0-work3-now-available-tp7660862p7661513.html
Sent from the Lua-l mailing list archive at Nabble.com.
- References:
- Re: [ANN] Lua 5.3.0 (work3) now available, Leo Razoumov
- Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), David Demelier
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Michel Martens
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Lars Ruoff
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Sean Conner
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Coroutines
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), David Demelier
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Michael Richter
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), David Demelier
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Dirk Laurie