Benjamin Goldberg <[EMAIL PROTECTED]> wrote:
> class freezer {
> class thawer {
> class cloner {[ big snip ] Do you expect that these are overridden by some languages using parrot? I.e. that ponie tries to implement a freezer that writes output for Storable? Further: having clone implemented in terms of freeze + thaw needs additional memory for the intermediate frozen image. Isn't that suboptimal? A general traverse routine or iterator seems to be more flxible. leo
