Re: [Pharo-users] mini Actor model in two classes and

2016-01-30 Thread 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, serge.stinckw...@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

Re: [Pharo-users] mini Actor model in two classes and

2016-01-28 Thread serge . stinckwich
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 wrote: > > thanks I will have a look. > (now drilling the floor ;) > > I was reading the implementation of Actalk (port

Re: [Pharo-users] mini Actor model in two classes and

2016-01-27 Thread 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 impleme

Re: [Pharo-users] mini Actor model in two classes and

2016-01-27 Thread Norbert Hartl
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 : > > Hi > > Since long time I wa

Re: [Pharo-users] mini Actor model in two classes and

2016-01-27 Thread Esteban A. Maringolo
2016-01-27 17:53 GMT-03:00 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 :) Cool! How did you find working with ProtoObject with the current tools (inspector/debugger/etc.)? R

[Pharo-users] mini Actor model in two classes and

2016-01-27 Thread 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.