From: Eli Barzilay (eli at barzilay.org) Date: Sat May 2 19:43:31 EDT 2009 |
|
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!
Posted on the dev mailing list. |
|