[R6RS] Records and Modules

Manuel Serrano Manuel.Serrano
Fri Jul 8 00:38:17 EDT 2005


Excuse me to come back with this issue but I'm surprised to have read no
reaction about my mail about records vs modules. 

Do you all consider that there is no problem here? Do you all consider
that it's not a problem to force users to write code such as?

(module id lang
  (export rec-field1 rec-field1-set!
          ...
          rec-field100 rec-field100-set!
          ...)

  (define-record rec field1 ... field100 ...))

Is there something I'm missing? Am I worrying for nothing?

-- 
Manuel


More information about the R6RS mailing list