lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thursday 18 March 2004 22:04, Phil Bewig wrote:
> What else will likely be familiar to me?

The embryonic standard library contains some of the basic higher-order 
functions you may be used to from functional languages:

http://lua-users.org/wiki/StandardLibraries

-- Jamie Webb