Re: Lua 5.1 (work6) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1 (work6) now available
- From: "Adam D. Moss" <adam@...>
- Date: 2005年5月23日 01:13:52 +0100
Okay, just as a data point, I tried 5.1w6 out with
my reasonably large projects (26KLOC of lua code in
embedded use) and it worked fine -- after I'd switched to
[i]pairs() and got rid of table.setn(). I didn't benchmark.
(Nonetheless I'm likely to stick with 5.1w5 for a while longer,
as it seems to serve my purposes well right now.)
Thanks,
--Adam