in reply to Re: Re^4: Aspect-Oriented Programming: Couple of Short Examples
in thread Aspect-Oriented Programming: Couple of Short Examples
Right now, we would do this using source filters, similar to what adrianh has done. But, the "Real Way" would be to provide opcode-filters. I'm not sure if Perl6 will seamlessly provide for this, or not. You will be able to do it in Perl6, though, because you will have access to the optree, even if it's after the compile step.
------
We are the carpenters and bricklayers of the Information Age.
The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re6: Aspect-Oriented Programming: Couple of Short Examples
by kelan (Deacon) on Aug 05, 2003 at 20:46 UTC | |
Re^7: Aspect-Oriented Programming: Couple of Short Examples
by adrianh (Chancellor) on Aug 06, 2003 at 11:05 UTC | |
by dragonchild (Archbishop) on Aug 06, 2003 at 13:30 UTC | |
by adrianh (Chancellor) on Aug 06, 2003 at 14:37 UTC |