Monads in use, finally!!
Snail | Continuation-ready algorithms from STL algorithms
by Manu Sánchez
From the article:
Snail is my try to get a continuation-ready set of algorithms to operate on C++ containers, but instead of reinventing all the algorithms, addapting them through a continuation monad (or something resembling a continuation monad).
Add a Comment
Comments are closed.