Erik Steven Harrison: # We all know how to alias things in Perl 5. The binding # operator allows aliasing in Perl 6, I understand. So, # how do we alias grammer rules? Here are my guesses.
Rules are just subs or methods, so you do it the same way you do a sub
or method. (I think. :^) )
--Brent Dax <[EMAIL PROTECTED]>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)
"Java golf. That'd be a laugh. 'Look, I done it in 15!' 'Characters?'
'No, classes!'"
--Ferret, in the Monastery
