Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!mailrus!ames!pacbell!hoptoad!unisoft!gethen!isaac From: isaac@gethen.UUCP (Isaac Rabinovitch) Newsgroups: comp.lang.smalltalk Subject: Re: Book Query (_Creating a User Interface ...) Summary: The behavior not model Keywords: Smalltalk, user interface Message-ID: <981@gethen.UUCP> Date: 1 Jul 88 07:33:01 GMT References: <1064@tuhold> Organization: There's Unix there in Oakland Lines: 19 In article <1064@tuhold>, markus@tuhold (Markus Stumptner) writes: >_Smalltalk-80: Creating a User Interface and Graphical > Applications_... has not been > published yet and won't be for quite some time (if ever). > Apparently, this is so because the Smalltalk team are not so happy > about the Model-View-Controller approach to the ST-80 user interface > and are currently examining new paradigms. Now *that* is interesting. I use Smalltalk V myself, which, as far as I understand it, uses the same paradigm. Now the thing I really like about Smalltalk is the way you can break a problem into discrete little chunks my feeble little mind can wrap itself around. (Structured languages claim to do this too, but they still have data spagetti.) But the user interface methods seemed to violate this spirit, though (being a novice at OOP) I tended to blame the problem on my own lack of understanding. So somebody please tell me: what other paradigms are there? I wait with bated breath.