Hi,
You wrote:
> Michael Vanier wrote:
>
> > Is the mzscheme collector a copying collector?
>
> Not the extant one, no. I believe Matthew is developing one that is.
Out of curiosity, why would PLT folks be
interested in implementing the copying collector
for MzScheme? I have implemented a pure
copying collector myself (because it is so easy to write),
but it is quite slow.