mini Actor model in two classes and

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

mini Actor model in two classes and

stepharo
Hi

Since long time I wanted to have fun building a mini actor model.
So I did one and I attached the skeleton of a future chapter for
FunWithPharo :)

Now I will read about futures and the rest.

may be there is a problem with the compiling behavior.
(see thread learningObject)

Stef


Actalk.pdf (87K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: mini Actor model in two classes and

Esteban A. Maringolo
2016-01-27 17:53 GMT-03:00 stepharo <[hidden email]>:
> Hi
>
> Since long time I wanted to have fun building a mini actor model.
> So I did one and I attached the skeleton of a future chapter for
> FunWithPharo :)

Cool! How did you find working with ProtoObject with the current tools
(inspector/debugger/etc.)?

Regards!

Esteban A. Maringolo

Reply | Threaded
Open this post in threaded view
|

Re: mini Actor model in two classes and

NorbertHartl
In reply to this post by stepharo
Super simple implementation. I made Andrew Blacks Erlang example run on pharo a while ago if you are interested.


Keep us posted what you learn so we can, too ;)

Norbert

Am 27.01.2016 um 21:53 schrieb stepharo <[hidden email]>:

Hi

Since long time I wanted to have fun building a mini actor model.
So I did one and I attached the skeleton of a future chapter for FunWithPharo :)

Now I will read about futures and the rest.

may be there is a problem with the compiling behavior.
(see thread learningObject)

Stef

<Actalk.pdf>
Reply | Threaded
Open this post in threaded view
|

Re: mini Actor model in two classes and

stepharo
thanks I will have a look.
(now drilling the floor ;)

I was reading the implementation of Actalk (port by serge)
Serge BTW the subclass of SharedQueue are not working anymore because they access to state that does not
exist.

Stef


Le 27/1/16 22:20, Norbert Hartl a écrit :
Super simple implementation. I made Andrew Blacks Erlang example run on pharo a while ago if you are interested.


Keep us posted what you learn so we can, too ;)

Norbert

Am 27.01.2016 um 21:53 schrieb stepharo <[hidden email]>:

Hi

Since long time I wanted to have fun building a mini actor model.
So I did one and I attached the skeleton of a future chapter for FunWithPharo :)

Now I will read about futures and the rest.

may be there is a problem with the compiling behavior.
(see thread learningObject)

Stef

<Actalk.pdf>

Reply | Threaded
Open this post in threaded view
|

Re: mini Actor model in two classes and

SergeStinckwich
I didn't try Actalk since a long time ;-)
Did you try on Pharo 5.0 ?
Could you push your modifications on the repo?

Sent from my iPhone

On 28 janv. 2016, at 08:40, stepharo <[hidden email]> wrote:

thanks I will have a look.
(now drilling the floor ;)

I was reading the implementation of Actalk (port by serge)
Serge BTW the subclass of SharedQueue are not working anymore because they access to state that does not
exist.

Stef


Le 27/1/16 22:20, Norbert Hartl a écrit :
Super simple implementation. I made Andrew Blacks Erlang example run on pharo a while ago if you are interested.


Keep us posted what you learn so we can, too ;)

Norbert

Am 27.01.2016 um 21:53 schrieb stepharo <[hidden email][hidden email]>:

Hi

Since long time I wanted to have fun building a mini actor model.
So I did one and I attached the skeleton of a future chapter for FunWithPharo :)

Now I will read about futures and the rest.

may be there is a problem with the compiling behavior.
(see thread learningObject)

Stef

<Actalk.pdf>

Reply | Threaded
Open this post in threaded view
|

Re: mini Actor model in two classes and

stepharo
Hi serge

I did not fixed actalk I just hack a minimal one.
If I change and fix actalk I will push fixes.
Stef

Le 29/1/16 07:39, [hidden email] a écrit :
I didn't try Actalk since a long time ;-)
Did you try on Pharo 5.0 ?
Could you push your modifications on the repo?

Sent from my iPhone

On 28 janv. 2016, at 08:40, stepharo <[hidden email]> wrote:

thanks I will have a look.
(now drilling the floor ;)

I was reading the implementation of Actalk (port by serge)
Serge BTW the subclass of SharedQueue are not working anymore because they access to state that does not
exist.

Stef


Le 27/1/16 22:20, Norbert Hartl a écrit :
Super simple implementation. I made Andrew Blacks Erlang example run on pharo a while ago if you are interested.


Keep us posted what you learn so we can, too ;)

Norbert

Am 27.01.2016 um 21:53 schrieb stepharo <[hidden email]>:

Hi

Since long time I wanted to have fun building a mini actor model.
So I did one and I attached the skeleton of a future chapter for FunWithPharo :)

Now I will read about futures and the rest.

may be there is a problem with the compiling behavior.
(see thread learningObject)

Stef

<Actalk.pdf>