Re: Anonymous macros?
by Larry Wall other posts by this author
Jun 13 2005 11:30AM messages near this date
Anonymous macros?
|
BEGIN {...} and IO
On Mon, Jun 13, 2005 at 05:25:59PM +0200, Ingo Blechschmidt wrote:
: just checking: Are anonymous macros allowed?
I have no problem with macros being first-class objects during
the compile. Though the macro itself may have a problem with your
passing it '3' when it is likely expecting an AST. But maybe 3 can
be taught how to be an AST if it needs to. Probably means macros
are not only first class but MMD too. :-)
Larry
Thread:
Ingo Blechschmidt
Larry Wall
|