DEV Community

Discussion on: IO: to be a Monad or not to be, that's the question!

Collapse
 
raulraja profile image
Raúl Raja Martínez

schoolofhaskell.com/school/to-infi...

blog.poisson.chat/posts/2019-10-26...

gallium.inria.fr/~scherer/research...

And check out the multiple impls of ContT. Here goes one in swift:
gist.github.com/sjoerdvisscher/a56...

This great discussion about them in Kotlin gist.github.com/elizarov/5bbbe5a3b...
( we got passed the multiprompt issue thanks to Jannis but have not had time to update the combo)

Hope this helps.

Thread Thread
 
iquardt profile image
Iven Marquardt • Edited

Thanks for taking the time. Kotlin seems to be very interesting in the sense of a different approach to FP than Haskell.