Guile Mailing List Archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

records



folks,

guile currently has the concept of "records".  there seems to be a srfi
in the works about records.  there are goops and other object systems,
which presumably can be used to implement records.

so my question basically is: what is the roadmap for guile records?
specifically, what does the future hold for the following procedures:

	make-record-type
	record-constructor
	record-predicate
	record-accessor
	record-modifier

(i'm trying to determine what is closest to "canonical" in order to move
my code that way and avoid Future Shock. :-)

thanks,
thi

Guile Home | Main Index | Thread Index