in reply to Specific Examples? - Re: A Macro System for Perl?
in thread A Macro System for Perl?
Then I can beep() to my heart's content without killing my program with the subroutine overhead.macro beep ($) { print LOG "BEEP: $_[0]\n"; }
But that's just the start. Reading "On Lisp" made me realize that an expressive macro system can do more than just provide a fast, clean alternative to subroutine calls. How would this work in Perl, which is a lot more varied than Lisp? I'm not at all sure.
-sam
|
---|