[R6RS] record-constructor suggestion

dyb at cs.indiana.edu dyb at cs.indiana.edu
Mon Aug 28 10:32:33 EDT 2006


I suggest that we add an rtd argument to record-constructor and make the
record-constructor-descriptor argument optional.  This simplifies the
common case (reflected in the two uses of record-constructor in the
examples) where a default constructor is desired from:

  (record-constructor
    (make-record-constructor-descriptor rtd
      #f #f))

to

  (record-constructor rtd)

Any objections?

Kent



More information about the R6RS mailing list