[r6rs-discuss] Proposed features for small Scheme, part 4F: more symmetry

John Cowan cowan at ccil.org
Wed Nov 4 16:51:32 EST 2009


Brian Harvey scripsit:
> > make-list from SRFI 1 as the basic constructor for lists
> 
> Umm, that position is already filled, by CONS.

Cons is the basic constructor for pairs, which are not sequences.
Make-list has the same arguments as make-string and make-vector: an
element count and an optional fill.

-- 
The Unicode Standard does not encode            John Cowan
idiosyncratic, personal, novel, or private      http://www.ccil.org/~cowan
use characters, nor does it encode logos
or graphics.                                    cowan at ccil.org



More information about the r6rs-discuss mailing list