pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

Sourcecode for the simulation code in bluebook part 3?

KO
Kasper Osterbye
Thu, Sep 1, 2022 6:25 PM

Cheers,

I am looking for the source code used in bluebook part 3 on simulation.

Does that exist anywhere?

Also, I have been looking for libraries which implement coroutines and continuations.

Best,

Kasper

Cheers, I am looking for the source code used in bluebook part 3 on simulation. Does that exist anywhere? Also, I have been looking for libraries which implement coroutines and continuations. Best, Kasper
SM
Stewart MacLean
Fri, Sep 2, 2022 1:22 AM

irwin_report_1989.pdf
https://mail.google.com/mail/u/0?ui=2&ik=9ffb63481b&attid=0.1&permmsgid=msg-a:r7963463057476043584&view=att&disp=safe&realattid=f_l7js7avr0
(1,932K)
https://mail.google.com/mail/u/0?ui=2&ik=9ffb63481b&attid=0.1&permmsgid=msg-a:r7963463057476043584&view=att&disp=safe&realattid=f_l7js7avr0
Hi,

One of the first things I did in Smalltalk (a very long time ago!) was
implement Coroutines as per an article in the seminal Byte magazine - page
336. I was especially interested in this due to my background in Jackson
Structured Programming (JSP) and Jackson Structured Design (JSD), which are
process based.
1981_08_BYTE_06-08_Smalltalk.pdf
https://drive.google.com/file/d/18IIZr98Urz9TdiK8rAUDfPNM3Ia-LUBv/view?usp=drive_web
I also came across a thesis that has an implementation of the Blue Book,
and the book itself See below.

This should get you going!

Cheers,

Stewart

Bluebook.pdf
https://drive.google.com/file/d/1epou5pNpaMrqZEziu2mxKEwACivvW304/view?usp=drive_web

On Fri, Sep 2, 2022 at 6:25 AM Kasper Osterbye kasper.osterbye@gmail.com
wrote:

Cheers,

I am looking for the source code used in bluebook part 3 on simulation.

Does that exist anywhere?

Also, I have been looking for libraries which implement coroutines and
continuations.

Best,

Kasper

irwin_report_1989.pdf <https://mail.google.com/mail/u/0?ui=2&ik=9ffb63481b&attid=0.1&permmsgid=msg-a:r7963463057476043584&view=att&disp=safe&realattid=f_l7js7avr0> (1,932K) <https://mail.google.com/mail/u/0?ui=2&ik=9ffb63481b&attid=0.1&permmsgid=msg-a:r7963463057476043584&view=att&disp=safe&realattid=f_l7js7avr0> Hi, One of the first things I did in Smalltalk (a very long time ago!) was implement Coroutines as per an article in the seminal Byte magazine - page 336. I was especially interested in this due to my background in Jackson Structured Programming (JSP) and Jackson Structured Design (JSD), which are process based. 1981_08_BYTE_06-08_Smalltalk.pdf <https://drive.google.com/file/d/18IIZr98Urz9TdiK8rAUDfPNM3Ia-LUBv/view?usp=drive_web> I also came across a thesis that has an implementation of the Blue Book, and the book itself See below. This should get you going! Cheers, Stewart Bluebook.pdf <https://drive.google.com/file/d/1epou5pNpaMrqZEziu2mxKEwACivvW304/view?usp=drive_web> On Fri, Sep 2, 2022 at 6:25 AM Kasper Osterbye <kasper.osterbye@gmail.com> wrote: > Cheers, > > I am looking for the source code used in bluebook part 3 on simulation. > > Does that exist anywhere? > > Also, I have been looking for libraries which implement coroutines and > continuations. > > Best, > > Kasper
KO
Kasper Osterbye
Fri, Sep 2, 2022 5:50 AM

Also, I have been looking for libraries which implement coroutines and continuations.

Somehow I had missed the Contination library in Pharo.

Best,

Kasper

> Also, I have been looking for libraries which implement coroutines and continuations. Somehow I had missed the Contination library in Pharo. Best, Kasper