[plt-scheme] should `map' reuse cons cells?

From: Eli Barzilay (eli at barzilay.org)
Date: Wed May 26 16:35:56 EDT 2004

On May 26, Doug Orleans wrote:
> Anyway, I think it would be nice for PLT's implementation of `map' to
> reuse longest common tails.  (Or at least PLT's implementation of
> SRFI-1's version of `map'.)  Thoughts?

Wouldn't it be healthier to simply add a `map!'?
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.