[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Why don't modules have implicit access to globals by default?
- From: Matt Campbell <mattcampbell@...>
- Date: Mon, 05 Nov 2007 14:26:49 -0600
Hello:
Why does one have to pass package.seeall to module() to give a module
implicit access to the global table? Is use of package.seeall
discouraged? Or was this done to simplify the implementation?
Thanks,
Matt