From: Rick
Subject: Print class definition?
Date: 
Message-ID: <3ED26BAB.24A13302@yahoo.com>
Is the a way to print out the class definition given only a class
object.
like (print-definition 'some-class)
From: Coby Beck
Subject: Re: Print class definition?
Date: 
Message-ID: <bau4lr$2pmd$1@otis.netspace.net.au>
"Rick" <······@yahoo.com> wrote in message
······················@yahoo.com...
> Is the a way to print out the class definition given only a class
> object.
> like (print-definition 'some-class)

Not quite, though some implementations have ways to find the source code.

You could try (describe (find-class 'my-class))

-- 
Coby Beck
(remove #\Space "coby 101 @ bigpond . com")