Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Legacy Dereferencing Syntax Used in S05

6 views
Skip to first unread message

Agent Zhang

unread,
Aug 1, 2006, 11:17:21 AM8/1/06
to perl6-l...@perl.org
Hi, all~~

S05 makes widely use of the syntax @{ $capture } and %{ $capture }
while other synopses remarkably don't.

According to S02, {...} should normall be a closure or a hash
subscript and S02 uses the syntax @( $arrayref ) and %( $hashref )
consistently. Is S05 simply out of sync or is the legacy dereferencing
syntax still valid Perl 6 but not specified explicitly?

BTW, PerlJam on #perl6 also found the uses of @{...} appear vestigial.

Regards,

Agent

Larry Wall

unread,
Aug 1, 2006, 12:01:29 PM8/1/06
to perl6-l...@perl.org
On Tue, Aug 01, 2006 at 11:17:21PM +0800, Agent Zhang wrote:
: Hi, all~~

Yes, it's vestigial. I'll fix it later today when I apply your patch.
(Or most of your patch. I disagree with a few of the fixes...) Thanks!

Larry

0 new messages