lua-users home
lua-l archive

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


On Mon, Aug 09, 2010 at 09:40:22AM -0300, Roberto Ierusalimschy wrote:
> Basically you want to break a function abstraction, interfering from the
> outside in what the function does inside. This is a hack, no matter how
> you implement it. This kind of thing should not be a regular operation
> in the language (as it was with setfenv).

Or you can label it "Aspect-oriented programming" and sell it as a new
revolutionary paradigm ;-)

  OG.