Guile Mailing List Archive

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

Re: keywords in 1.2



Craig Brozefsky <craig@onshore.com> writes:

> Which brings me to another guilism.  The record types look like they
> could be the basis of something similar to CL structures.  Has anyone
> written the macros to make them behave similarly, automatically
> declaring the getters and setters for the records fields, same with
> constructors?

slib has this kind of thing, but it doesn't use guile structures, but
regular vectors.  I use it all the time.

-russ

--
The optimist thinks this is the best of all possible worlds. The
pessimist fears it is true.	
             -- Robert Oppenheimer

Guile Home | Main Index | Thread Index