This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]