[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Wanted: Lua source code cruncher
- From: Rob Kendrick <lua-l@...>
- Date: Sun, 09 Mar 2008 18:30:46 +0000
On Sun, 2008-03-09 at 12:12 -0400, Louis Mamakos wrote:
> why not just use luac? Perhaps that doesn't meet the original requirements somehow.
Indeed it does not - the output of luac is not portable between
machines. What David is trying to do is produce something that builds
on as many platforms as possible while having as little overhead as can
be achieved.
B.