[Haskell-cafe] ANNOUNCE: simple-actors 0.1.0 - an eDSL library for actor model concurrency

2011-10-11 Thread Brandon Simmons
I'm happy to announce the release of my library 'simple-actors', a DSL-style library for more structured concurrent programs based on the Actor Model. It offers an alternative to ad-hoc use of Chans that allows for tight control of side-effects and message passing, and is especially suited to appli

Re: [Haskell-cafe] ANNOUNCE: simple-actors 0.1.0 - an eDSL library for actor model concurrency

2011-10-11 Thread Felipe Almeida Lessa
On Tue, Oct 11, 2011 at 2:37 PM, Brandon Simmons wrote: > I'm happy to announce the release of my library 'simple-actors', a > DSL-style library for more structured concurrent programs based on the > Actor Model. It offers an alternative to ad-hoc use of Chans that > allows for tight control of si