much better version of the block chapter
Hi I'm happy because I finished my final pass on the block chapter and it is much cleaner. I was fuzzy when I started to write this chapter and I'm happy because now I know :) Soon Deep into Pharo will get out. Thanks all for the discussions and feedback. Stef
Thanks a lot for this! BTW, would you mind adding a little piece on continuations in Pharo in that chapter? I know of x := Continuation currentDo: [ :cc | ... ] but would welcome some more details :-) Phil On Sun, Jul 28, 2013 at 12:37 AM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Hi
I'm happy because I finished my final pass on the block chapter and it is much cleaner. I was fuzzy when I started to write this chapter and I'm happy because now I know :) Soon Deep into Pharo will get out.
Thanks all for the discussions and feedback.
Stef
Am 28.07.2013 um 10:58 schrieb phil@highoctane.be:
Thanks a lot for this!
BTW, would you mind adding a little piece on continuations in Pharo in that chapter?
I know of x := Continuation currentDo: [ :cc | ... ] but would welcome some more details :-)
I don't see a class called Continuation in the image. Do you have one?. If it is for learning continuation type of things I find the Generator quite a good example. And I'm not sure if the block chapter would be the best hit for it. Norbert
Phil
On Sun, Jul 28, 2013 at 12:37 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Hi
I'm happy because I finished my final pass on the block chapter and it is much cleaner. I was fuzzy when I started to write this chapter and I'm happy because now I know :) Soon Deep into Pharo will get out.
Thanks all for the discussions and feedback.
Stef
Thanks a lot for this!
I realized that I'm slow but at the end I often write on things that I do not know at the level I would like to know so I'm learning and writing at the same time.
BTW, would you mind adding a little piece on continuations in Pharo in that chapter?
I know of x := Continuation currentDo: [ :cc | ... ] but would welcome some more details :-)
No :) because we should stop and release :)
I don't see a class called Continuation in the image. Do you have one?. If it is for learning continuation type of things I find the Generator quite a good example. And I'm not sure if the block chapter would be the best hit for it.
also :)
Norbert
Phil
On Sun, Jul 28, 2013 at 12:37 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Hi
I'm happy because I finished my final pass on the block chapter and it is much cleaner. I was fuzzy when I started to write this chapter and I'm happy because now I know :) Soon Deep into Pharo will get out.
Thanks all for the discussions and feedback.
Stef
The continuation class is here since Pharo 3. It is not relevant to put it in the chapter because the release of Deep into Pharo will be before Pharo 3. 2013/7/28 Stéphane Ducasse <stephane.ducasse@inria.fr>
Thanks a lot for this!
I realized that I'm slow but at the end I often write on things that I do not know at the level I would like to know so I'm learning and writing at the same time.
BTW, would you mind adding a little piece on continuations in Pharo in that chapter?
I know of x := Continuation currentDo: [ :cc | ... ] but would welcome some more details :-)
No :) because we should stop and release :)
I don't see a class called Continuation in the image. Do you have one?. If it is for learning continuation type of things I find the Generator quite a good example. And I'm not sure if the block chapter would be the best hit for it.
also :)
Norbert
Phil
On Sun, Jul 28, 2013 at 12:37 AM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Hi
I'm happy because I finished my final pass on the block chapter and it is much cleaner. I was fuzzy when I started to write this chapter and I'm happy because now I know :) Soon Deep into Pharo will get out.
Thanks all for the discussions and feedback.
Stef
In 2.0 w/ Seaside 3.x, there is WAContinuation and WAContinuation test. On Sun, Jul 28, 2013 at 3:56 PM, Clément Bera <bera.clement@gmail.com>wrote:
The continuation class is here since Pharo 3.
It is not relevant to put it in the chapter because the release of Deep into Pharo will be before Pharo 3.
2013/7/28 Stéphane Ducasse <stephane.ducasse@inria.fr>
Thanks a lot for this!
I realized that I'm slow but at the end I often write on things that I do not know at the level I would like to know so I'm learning and writing at the same time.
BTW, would you mind adding a little piece on continuations in Pharo in that chapter?
I know of x := Continuation currentDo: [ :cc | ... ] but would welcome some more details :-)
No :) because we should stop and release :)
I don't see a class called Continuation in the image. Do you have one?. If it is for learning continuation type of things I find the Generator quite a good example. And I'm not sure if the block chapter would be the best hit for it.
also :)
Norbert
Phil
On Sun, Jul 28, 2013 at 12:37 AM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Hi
I'm happy because I finished my final pass on the block chapter and it is much cleaner. I was fuzzy when I started to write this chapter and I'm happy because now I know :) Soon Deep into Pharo will get out.
Thanks all for the discussions and feedback.
Stef
participants (4)
-
Clément Bera -
Norbert Hartl -
phil@highoctane.be -
Stéphane Ducasse