[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: getn
- From: Nick Trout <Nick.Trout@...>
- Date: Wed, 27 Feb 2002 17:29:33 -0000
>
> I had a look in the manual this is why I'm asking if there is another
> common solution! :O)
Aha! I think the basic idea is... Lua comes as a bare skeleton and if you
want more you are free to do as you please. getn() comes so you can retrieve
n from arg lists and various places that come with the vanilla build. If
you'd like a neopolitan build then you could scour the sample code in the
wiki? You could look at the Python list and dictionary emulation for some
code? A more common solution may emerge from the Lua standard libraries.
http://lua-users.org/wiki/SampleCode
Reuben, nice ideas, perhaps we should have a Lua Gems page?!
Nick