Comment on Beating the Arc Challenge in HaskellparentComments−yummyfajitas16yHaskell has message passing concurrency within a single (OS) process. It's not quite erlang-style concurrency, but it gives you a lot of it.http://cvs.haskell.org/Hugs/pages/libraries/base/Control-Con...If someone built an AMQP library for haskell, we'd probably be 90% of the way there.
Comments
Haskell has message passing concurrency within a single (OS) process. It's not quite erlang-style concurrency, but it gives you a lot of it.
http://cvs.haskell.org/Hugs/pages/libraries/base/Control-Con...
If someone built an AMQP library for haskell, we'd probably be 90% of the way there.