guile-user
[Top][All Lists]
Advanced

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

GOOPS class printing


From: Mike Gran
Subject: GOOPS class printing
Date: Wed, 23 Feb 2022 13:43:50 -0800

Hello all-

If I define a GOOPS class like so...

   (use-modules (oop goops))
   (define-class <foo> ())
   <foo>
   
When it is printed, it has a long hex string in it

    $2 = #<<class> <foo> 7fa3d9a5bc80>

Is there a way to change how a class prints itself so that
it does not have a hex string?  So that it is just

   #<<class> <foo>>

or something similar?

Thanks,
Mike Gran


reply via email to

[Prev in Thread] Current Thread [Next in Thread]