From: Eli Barzilay (eli at barzilay.org) Date: Fri May 22 04:14:59 EDT 2009 |
|
On May 22, Chongkai Zhu wrote: > > procedure make-list: expects 2 arguments, given 1: 0 OK, quick poll time: 1. What should the default value be (#f as it was, #<void> because it makes more sense, or 0 because that's what `make-vector' uses)? 2. Which one should be fixed -- only the srfi/1 version, or the scheme/list version (implying srfi/1 too)? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
Posted on the dev mailing list. |
|