Hi, On Sun 01 May 2011 22:32, Andy Wingo <wi...@pobox.com> writes:
> Currently when you define a SMOB type or set a name on a vtable, a > corresponding class is automatically exported from (oop goops). This > breaks modularity, and I think we should stop doing it in 2.2. > > I will make this change at some point, if there are no objections. I have made this change in guile-master. You can get at the class of a record type by grubbing around in (class-direct-subclasses <top>), but the real solution will be to make record type descriptors instances of <basic-class>. That will come lter. Andy -- http://wingolog.org/