On Sat Jan 10 10:00:20 2009, richardh wrote:
> / <digit>+ / is what I thought it should be.
> 
> { ... } is what rakudo current gives, which from the point of view of 
> runnable code and comprehensible output, are wrong.

In general, being able to use .perl on subs and methods implies that an
implementation must either (1) be able to construct a Perl 6
representation of the compiled version of the sub/method, or (2) attach
to each sub/method a text copy of the source used to create it.

I'm not sure how practical either of these are going to be, so would
like some clarification or confirmation from p6l first.  In the
meantime, I'm marking this ticket as stalled for now.

Thanks!

Pm


Reply via email to