"Eduardo Cavazos" wrote: > it would be nice to also write literal records: > > '#queue(a b c)
I understand that newcomers would desire it (I desired SRFI 10), but I do not think it is coherent in R6RS; also, given that to build a record you have to import or define its type first, I think there is no significant difference between a literal syntax and a macro use that builds a record at expansion time. This is a little difficult to understand for a beginner, but (s)he can bear with plain record makers until (s)he stops being a beginner. -- Marco Maggi
