[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua idea
- From: Javier Guerra Giraldez <javier@...>
- Date: Sun, 8 Apr 2012 23:15:29 -0500
On Sun, Apr 8, 2012 at 11:11 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> what _can_ be done (and i think already done by some people) is to use
> some filesystem-like library to access the contents of a zipfile as a
> read-only filesystem, then add that filesystem to the apropriate
> paths.
ah, forgot to note that the embedded code doesn't have to be bytecode,
lua sources are safer, more portable, and more compressible.
compiled C code can be included too, if there's no need to be
portable. C sources could be used and compiled on the fly with TCC,
but that's unlikely to be enough to get really portable.
--
Javier