On 18 August 2010 00:22, Schwab,Wilhelm K <[email protected]> wrote: > > You're wrong about "nothing to do with..." I am referring to coding idioms > that might replace tasks; traits are almost certainly one method. That said, > I will take a look at show/answer as a possible replacement.
- Traits are about code sharing. - Tasks are about modeling flow. There is really nothing common to these two things. This is getting off-topic though. The issue with the not-working interrupt key in Pharo is serious. Lukas > > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Lukas > Renggli > Sent: Tuesday, August 17, 2010 5:11 PM > To: [email protected] > Subject: Re: [Pharo-project] Should I be able to hang my pharo 1.1 image so > easily? > > On 18 August 2010 00:06, Schwab,Wilhelm K <[email protected]> wrote: >> Lukas, >> >> Interesting! How do I get rid of my tasks then, traits?? > > Uhh? That has nothing to do with traits. > > http://book.seaside.st/book/components/calling/show-answer > > Lukas > > > >> >> Bill >> >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of >> Lukas Renggli >> Sent: Tuesday, August 17, 2010 4:53 PM >> To: [email protected] >> Subject: Re: [Pharo-project] Should I be able to hang my pharo 1.1 image so >> easily? >> >> On 17 August 2010 23:36, Schwab,Wilhelm K <[email protected]> wrote: >>> Hello all, >>> >>> The answer in general is "no." The only caveat with Seaside code is that >>> (I gues due to continuations??), it is possible to make simple mistakes >>> with harsh consequences. My early attempts at Seaside programming were not >>> pretty; with two books now available, it should be easier to start out >>> knowing not to render in callbacks and vice versa. >>> >>> Is the Seaside code in this case poorly-behaved? >> >> Seaside doesn't use continuations anymore, unless you have a WATask. >> >> Continuations do not affect the interrupt behavior. >> >> Lukas >> >> -- >> Lukas Renggli >> www.lukas-renggli.ch >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Lukas Renggli > www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
