Re: Quasiquoting

2005-06-27 Thread Autrijus Tang
On Tue, Jun 28, 2005 at 09:49:58AM +1000, Brad Bowman wrote: > Autrijus' journal mentions quasiquoting (Perl 5). Yes... quasiquoting in Perl 5 is currently crudely emulated by feeding things to PPI::Tokenizer and PPI::Transform. :-) > I was wondering how that would work. Many languages use unusu

Quasiquoting

2005-06-27 Thread Brad Bowman
Hi Autrijus' journal mentions quasiquoting (Perl 5). I was wondering how that would work. Many languages use unusual syntax for quasiquoting and code splicing but Perl 6 is already nibbling into unicode. Does that mean macros will be grafting and pruning the AST that comes back from a quote/r