Hello,

In Guile 2.0, when you defined a record type foo, and you had (oop
goops) loaded, a class <foo> was automatically created. That doesn't
seem to be the case anymore in Guile 2.2.

Is there a standard way in Guile to get a record type's associated
class? So far the solution I found is to construct an instance of the
record and call 'class-of' on it, but I wonder if there is a cleaner way
to do it.

Thanks!

-- 
Vítor De Araújo
https://elmord.org/

Reply via email to