[Haskell-cafe] The use of continuation monad in C++
Heinrich Apfelmus
apfelmus at quantentunnel.de
Thu Jun 21 18:21:34 CEST 2012
Bartosz Milewski wrote:
> I published a blog for C++ programmers about the advantages of using the
> continuation monad in dealing with asynchronous API, concurrency, and
> parallelism. I explained the concepts in Haskell and the translated them
> into C++.
> http://fpcomplete.com/asynchronous-api-in-c-and-the-continuation-monad/
I always found the continuation monad to be hard to understand. An
easier yet equivalent approach is presented in my "Operational Monad
Tutorial" [1].
[1]: http://themonadreader.wordpress.com/2010/01/26/issue-15/
[2]: http://www.haskell.org/haskellwiki/Operational
Best regards,
Heinrich Apfelmus
--
http://apfelmus.nfshost.com
More information about the Haskell-Cafe
mailing list