> > $ perl6 -k examples/life-ar.p6 5
> > Running generations
>
> This problem is due to the fact that the argument strings are
> created with the external flag set, which is not properly
> supported by the string and GC modules. Steve posted
> some patches recently that might well fix the problem
Leopold Toetsch wrote:
> $ perl6 -k examples/life-ar.p6 5
> Running generations
This problem is due to the fact that the argument strings are
created with the external flag set, which is not properly
supported by the string and GC modules. Steve posted
some patches recently that might well fix