Actors library

classic Classic list List threaded Threaded
5 messages Options
Alex Schenkman Alex Schenkman
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Actors library

Hi list,

Is there an Actors library already available in Pharo?
The part I'm interested in is the asynchronous message passing. 
If it has been done already, why not reuse?

Thanks in advance!
Marcus Denker-4 Marcus Denker-4
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Actors library

On Thu, Jun 23, 2011 at 2:45 PM, Alex Schenkman <[hidden email]> wrote:
> Hi list,
> Is there an Actors library already available in Pharo?
> The part I'm interested in is the asynchronous message passing.
> If it has been done already, why not reuse?

Hello,

I do not know any recents efforts... but there is the old work of ACTalk:

http://www-desir.lip6.fr/~briot/actalk/actalk.html

This has been ported to Squeak back than.

--
Marcus Denker  --  [hidden email]
http://www.marcusdenker.de

vvernon vvernon
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Actors library

In reply to this post by Alex Schenkman
Was any progress made with this or any other Actors library?

Thanks!

Vaughn
Best,
Vaughn
Stéphane Ducasse Stéphane Ducasse
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Actors library

No idea you have the actalk library (you should be able to implement the paper of briot in one afternoon - we did this in the past as an experiment
for somebody to learn smalltalk) and you could also port future from squeak but this is just the basis for
On Jan 24, 2012, at 4:58 AM, vvernon wrote:

> Was any progress made with this or any other Actors library?
>
> Thanks!
>
> Vaughn
>
> --
> View this message in context: http://forum.world.st/Actors-library-tp3619729p4322838.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


Stefan Marr-3 Stefan Marr-3
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Actors library

In reply to this post by vvernon

On 24 Jan 2012, at 04:58, vvernon wrote:

> Was any progress made with this or any other Actors library?

Depends on what your expectation of an 'actor library' is.

I could package up something that works like E or AmbientTalk. And Clojure's agents are easily implemented, too.

Best regards
Stefan


--
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax:   +32 2 629 3525


Loading...