mini Actor model in two classes and
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
2016-01-27 17:53 GMT-03:00 stepharo <stepharo@free.fr>:
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
Super simple implementation. I made Andrew Blacks Erlang example run on pharo a while ago if you are interested. http://smalltalkhub.com/#!/~NorbertHartl/Erlang Keep us posted what you learn so we can, too ;) Norbert
Am 27.01.2016 um 21:53 schrieb stepharo <stepharo@free.fr>:
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>
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.
http://smalltalkhub.com/#!/~NorbertHartl/Erlang <http://smalltalkhub.com/#%21/%7ENorbertHartl/Erlang>
Keep us posted what you learn so we can, too ;)
Norbert
Am 27.01.2016 um 21:53 schrieb stepharo <stepharo@free.fr <mailto:stepharo@free.fr>>:
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>
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 <stepharo@free.fr> 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.
http://smalltalkhub.com/#!/~NorbertHartl/Erlang
Keep us posted what you learn so we can, too ;)
Norbert
Am 27.01.2016 um 21:53 schrieb stepharo <stepharo@free.fr>:
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>
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, serge.stinckwich@gmail.com 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 <stepharo@free.fr <mailto:stepharo@free.fr>> 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.
http://smalltalkhub.com/#!/~NorbertHartl/Erlang <http://smalltalkhub.com/#%21/%7ENorbertHartl/Erlang>
Keep us posted what you learn so we can, too ;)
Norbert
Am 27.01.2016 um 21:53 schrieb stepharo <stepharo@free.fr>:
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>
participants (4)
-
Esteban A. Maringolo -
Norbert Hartl -
serge.stinckwich@gmail.com -
stepharo