This is the mail archive of the guile@sourceware.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]

Re: Some questions about GOOPS and CLOS in general


Mikael Djurfeldt <mdj@thalamus.nada.kth.se> writes:

> i.e., we simply omit the name in the car.  In this way, you could
> regard
> 
>   (x)
> 
> as shorthand for
> 
>   (#:accessor x)

Maybe

  (#:accessor x #:name 'x)

is better so that slot-definition-classes which care about names can
use them while others can ignore them.

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