in reply to Memory leak on definition of anonymous code?
Yes, we're still waiting to find out whether Perl6 will get real garbage collection that would fix this, or have the same reference counting that Perl5 has.
$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Memory leak on definition of anonymous code?
by sandfly (Beadle) on Oct 06, 2003 at 20:46 UTC | |
by jonadab (Parson) on Oct 06, 2003 at 20:49 UTC | |
|
Re^2: Memory leak on definition of anonymous code?
by Aristotle (Chancellor) on Oct 07, 2003 at 06:57 UTC | |
by jonadab (Parson) on Oct 07, 2003 at 12:57 UTC | |
|
Re: Re: Memory leak on definition of anonymous code?
by Elian (Parson) on Oct 07, 2003 at 15:04 UTC |