[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re[2]: what's wrong?
- From: Rici Lake <lua@...>
- Date: Sat, 3 Sep 2005 18:38:12 -0500
On 3-Sep-05, at 4:44 PM, Stukov wrote:
lua_dostring("require "A" ")
Am I missing something obvious here? Why don't you just say:
require "A"
That would have a fighting chance of working with the new modules
system.
In general, I'd say that defining hundreds of globals in a scattering
of scripts is not the best possible design (in any language) but it
could certainly be made to work.