Scripting languages and IDEs (was: If python goes EToys...)

Damien Pollet damien.pollet at gmail.com
Thu Aug 24 15:58:28 UTC 2006


On 8/24/06, Ralph Johnson <johnson at cs.uiuc.edu> wrote:
> I think that a script should not define new methods or classes.  A
> script should just execute them.

Hmm. But often a script does need at least some procedural code (i.e.
methods private to it) or to make ad-hoc class extensions or to define
ad-hoc classes too (unless you want to use dictionaries as basic data
structures...)

-- 
 Damien Pollet
 type less, do more



More information about the Squeak-dev mailing list