[plt-scheme] class-name

From: Doug Orleans (dougo at ccs.neu.edu)
Date: Tue Jan 14 01:18:36 EST 2003

The inferred name of a class always includes a "class:" prefix:

> (object-name (let ((foo (class object%))) foo))
class:foo

Is there a procedure for getting the name of a class, without the prefix?
If not, seems like there should be.  (Or, I'd be happy if object-name
didn't add the prefix.)

--dougo at ccs.neu.edu


Posted on the users mailing list.