[plt-scheme] Accessing class in method?
Matthias Felleisen
matthias at ccs.neu.edu
Tue Oct 7 22:46:42 EDT 2008
On Oct 7, 2008, at 8:14 PM, Sam Phillips wrote:
> Both Smalltalk and Python let you
> get a hold of the current class and from there call methods on it
> (like
> constructors.) From what little I remember from swindle/tinyclos you
> can do something similar with those systems.
Look for object-info in the Docs (F1). It works as expected and, yes,
I have needed this many times. -- Matthias
More information about the plt-scheme
mailing list