Subject: [ruby-talk:18658] Re: State of the Onion Five
From: Todd Gillespie <toddg linux128.ma.utexas.edu>
Date: Sat, 28 Jul 2001 03:32:32 +0900
References: 18628 *
Yukihiro Matsumoto <matz / ruby-lang.org> wrote:
: | $a = { printf "Hi\n" };
: Hmm, how Perl6 can distinguish anonymous hash and closure?
$a = +{ key => val }; perhaps?
(The '+' is a hint to the parser. This problem is already prevalent in
perl5.6)