> > > > >The important difference here is that the Scheme programmer uses >a GC that benefits from decades of research without thinking about it, >while the C programmer must spend time tweaking or replacing the default >malloc implementation. > Well, in all fairness, a lot of work and experience went into Doug Lea's malloc too.