[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua modules, explained simply
- From: Josh Simmons <simmons.44@...>
- Date: Sat, 16 Jul 2011 14:38:56 +1000
On Sat, Jul 16, 2011 at 4:55 AM, Ross Andrews <ross.andrews@gmail.com> wrote:
> Because it confused me, I thought some people on here might be interested: I
> just made a blog post explaining why and how to use modules, and how they
> work:
> http://www.playwithlua.com/?p=39
> I'd love any feedback you all may have!
> --Ross Andrews
You might want to note that module is deprecated in 5.2 and not really
needed in 5.1 anyway, avoiding all the environment tomfoolery.
Cheers,
Josh.