[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Finding and loading Lua files
- From: Jamie Webb <j@...>
- Date: Fri, 23 Apr 2004 10:49:46 +0100
On Friday 23 April 2004 11:28, Ivan Kolev wrote:
> Something definitely must be added to Lua or the auxiliary libraries to
> ease module finding and loading...
That sort of stuff is rather OS and application dependent. The core Lua
distribution is intended to be as agnostic as possible. The sort of thing
you're looking for is implemented by standalone distributions such as
LuaCheia.
-- Jamie Webb