in reply to Re^2: How will you use state declared variables in Perl6?
in thread How will you use state declared variables in Perl6?
My point was that you'd use standard memoization for that, not your own mechanism. In other words: state will (as far as I can estimate) not be used much for memoization, because it's easier to just say "is memoized" or something alike.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How will you use state declared variables in Perl6?
by TimToady (Parson) on Nov 06, 2006 at 06:07 UTC | |
by Juerd (Abbot) on Nov 06, 2006 at 09:32 UTC |