[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Two types of Lua programmer, or two types of Lua code?
- From: Michal Kottman <k0mpjut0r@...>
- Date: Sat, 27 Feb 2016 18:24:09 +0100
On Feb 27, 2016 15:59, "steve donovan" <steve.j.donovan@gmail.com> wrote:
>
> On Sat, Feb 27, 2016 at 2:13 PM, Enrico Colombini <erix@erix.it> wrote:
> > I be would very glad for a solution to the problem "to run this Lua script,
> > you just have to...".
>
> One solution is a fat Lua binary - modern users don't particularly
> care that the interpreter is now 10megs, but they hate dealing with
> "lots of little files". (That was the motivation behind luabuild) I
> had a very satisfactory experience with such a fat all-batteries
> included binary download (pgweb, written in Go) recently.
Related to this discussion, I just noticed this on Reddit: http://appimage.org - single file executable, running on any Linux distro, with no external dependencies, no installation. Note that I have not used it nor read the documentation yet.
- References:
- Two types of Lua programmer, or two types of Lua code?, Dirk Laurie
- Re: Two types of Lua programmer, or two types of Lua code?, Viacheslav Usov
- Re: Two types of Lua programmer, or two types of Lua code?, Alex Queiroz
- Re: Two types of Lua programmer, or two types of Lua code?, Peter Hickman
- Re: Two types of Lua programmer, or two types of Lua code?, Coda Highland
- Re: Two types of Lua programmer, or two types of Lua code?, Phil Leblanc
- Re: Two types of Lua programmer, or two types of Lua code?, Enrico Colombini
- Re: Two types of Lua programmer, or two types of Lua code?, Pierre Chapuis
- Re: Two types of Lua programmer, or two types of Lua code?, Enrico Colombini
- Re: Two types of Lua programmer, or two types of Lua code?, steve donovan