Re: Wanted: Lua source code cruncher
[
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: 2008年3月09日 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.