Adding new methods at runtime to a class

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Mon Nov 24 19:12:41 EST 2003


val:
>In the *real-world* programming, including embedded systems and 
>environment-driven systems, often you have no idea what may 
>happen next

This is true.

>and you don't have a luxury to design and build your program ahead.

You mean in the real world programs are build afterwards?

>You still can analyze the current (run-time) situation and build
>your response on-the-fly, dynamically. 

Right. Firtst let it run, than implement it once its running, and finally
design it when its done :-)

-- 
René Pijlman




More information about the Python-list mailing list