lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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>