develooper Front page | perl.perl6.language.data | Postings from August 2000

Re: Access to the perl6 parser

Thread Previous | Thread Next
From:
Jim Edwards
Date:
August 29, 2000 11:23
Subject:
Re: Access to the perl6 parser
Message ID:
39ABFFB2.3B628D12@inmet.gov.br
>
>
> Regardless, you can already do this in perl 5, and will undoubtedly be able
> to do it in perl 6, with source filters.

So why do we have to do
$ip1=$i+1;                        # my pdl pet peave
$f->slice("(0),$ip1,$i");

instead of

$f((0),$i+1,$i);       # substitute your favorite syntax here

?

Must be source filters have problems?  My guess is it's possible but a
lot of
work?  Or is it ?

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About