[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A guide to building Lua modules
- From: Tom N Harris <telliamed@...>
- Date: Tue, 15 Apr 2014 15:51:04 -0400
On Monday, April 14, 2014 07:31:37 PM steve donovan wrote:
> Another idea that was floating around is that the metatable of
> strings, etc could be tied to the current environment. Then a
> person could happily monkey-patch within their modules without any
> other code being bothered.
Or get rid of the metatable and tell everyone to use the `string` functions
directly.
--
tom <telliamed@whoopdedo.org>