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


Tom Tromey <tromey@cygnus.com> writes:

> really is more than a collection of classes: it has behavior (however
> small) of its own.


No, it is just a collection of classes.   See scheme package example
in my other post.  In short:

(module (package module)
	(open (package module-x))
	(export x y z)
	(protect intern))

Every module in package `package' can access intern.
All other modules can't.


Jost
-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!

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