On May  2, Matthias Felleisen wrote:
> 
> I have used make-list on occasion, e.g.,
> 
>   (make-list 10 #\space)
> 
> while I am manipulating strings as lists of chars.

And that would be just like (string->list (make-string 10 #\space)).

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!
_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-dev

Reply via email to