Whither SmallScript? (was Re: Integer micro-benchmarks)

Greg Ewing see at my.signature
Tue May 1 23:28:37 EDT 2001


Martin von Loewis wrote:
> 
> andy at toolshed.com (Andrew Hunt) writes:
> 
> > Can you continue to dynamically add methods to classes at runtime?
>
> Yes, you can.

You can also change the class of an object and rearrange
the inheritance hierarchy at runtime, just in case you
were wondering. And add or remove instance variables 
dynamically, too (I don't think that one is so easy in
Smalltalk).

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list