On Monday, December 27, 2004, at 10:22:38 AM, Gary Feldman wrote:

> Finally, what I'd really like to try is an IDE that breaks away
> from the file-based model, so that windows
> are either coupled to classes or individual methods.  I believe
> there was some research along these lines at
> Brown back in the eighties, but I haven't seen anything
> commercial.  Does the Smalltalk environment support
> that? 

I'm not quite sure what you're looking for, but Smalltalk is
entirely disconnected from the file-based model. There are no
underlying files for your classes, unless you explicitly save them,
such as for passing them on to other people or the like. And if you
do that, they're not connected in any way to your running code,
they're just filed-out copies of the state of the code at that
moment.

Ron Jeffries
www.XProgramming.com
The fact that we know more today, and are more capable today,
is good news about today, not bad news about yesterday.




To Post a message, send it to:   [EMAIL PROTECTED]

To Unsubscribe, send a blank message to: [EMAIL PROTECTED]

ad-free courtesy of objectmentor.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/extremeprogramming/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to