On Tue, Nov 25, 2008 at 12:36:45PM -0800, Carl Mäsak wrote:
> <masak> rakudo: my $a = 5; $a = [ $a, 6 ]; say $a
> <p6eval> rakudo 33193: OUTPUT[maximum recursion depth exceeded␤current
> instr.: 'parrot;List;get_string' pc 2808 (src/gen_builtins.pir:1885)␤]
> <masak> jnthn: I think you should see this.
> <jnthn> masak: File rakudobug...
> <masak> jnthn: aye aye!

Rakudo doesn't quite know how to interpolate values into lists yet,
or how to convert a list into an array.  When that's fixed, the
above should work also.

Thanks,

Pm

Reply via email to