Re: Implementing help function (like in Python)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Implementing help function (like in Python)
- From: Matias Guijarro <matias.guijarro@...>
- Date: 2007年9月15日 08:59:14 +0200
Quoting David Manura <dm.lua@math2.org>:
[...]
> This can be done using weak tables in a way that avoids source
> processing and debug:
[...]
I haven't thought about this technique, thanks for enlightening!!!
It is also a way of having decorators in Lua, sounds great :-)