Re: [boost] Is there any interest in a library for actor programming?
Hi, I've found this Scala Actor Akka 1[1] framework quite interesting. BTW, it defines both untyped and typed actors. Best, Vicente [1] http://doc.akka.io/docs/akka/2.1.4/Akka.pdf
Vicente J. Botet Escriba
Hi,
I've found this Scala Actor Akka 1[1] framework quite interesting. BTW, it defines both untyped and typed actors.
And you probably know about this [1] interesting library [1] https://github.com/Neverlord/libcppa
Max Skvortsov wrote
Vicente J. Botet Escriba
writes: Hi,
I've found this Scala Actor Akka 1[1] framework quite interesting. BTW, it defines both untyped and typed actors.
And you probably know about this [1] interesting library
Sorry, I would maintain some context . THis was a replay to the post on libcppa :( Best, Vicente -- View this message in context: http://boost.2283326.n4.nabble.com/Is-there-any-interest-in-a-library-for-ac... Sent from the Boost - Dev mailing list archive at Nabble.com.
On 23.05.2013, at 07:37, Vicente Botet
Max Skvortsov wrote
Vicente J. Botet Escriba
writes: Hi,
I've found this Scala Actor Akka 1[1] framework quite interesting. BTW, it defines both untyped and typed actors.
And you probably know about this [1] interesting library
Sorry, I would maintain some context . THis was a replay to the post on libcppa :(
Best, Vicente
I'm glad you find libcppa interesting and I hope you'll support me in my effort of turning it into a Boost library. :) Akka is an interesting library, too. They made some different design decisions (no automatic skipping of messages for instance), but our plans to provide an interface for Protobuf is not least because we want to be able to send messages from C++ actors to Scala (Akka) actors. Being able to talk to web services would be a nice side effect. Best regards, Dominik
participants (4)
-
Dominik Charousset
-
Max Skvortsov
-
Vicente Botet
-
Vicente J. Botet Escriba