Add links to various posts on CPS

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-03-11 21:22:48 +05:30
parent 487130ef65
commit 3b32e4c073
1 changed files with 37 additions and 0 deletions

37
continuations.md Normal file
View File

@ -0,0 +1,37 @@
http://okmij.org/ftp/continuations/#tutorial
http://okmij.org/ftp/Haskell/types.html
https://gist.github.com/lexi-lambda/d97b8187a9b63619af29689e9fa1b880
http://hackage.haskell.org/package/liboleg-2010.1.10.0/docs/Control-CCRef.html
https://hackage.haskell.org/package/CC-delcont-0.2.1.0/candidate/docs/Control-Monad-CC.html
http://www.haskellforall.com/2012/06/you-could-have-invented-free-monads.html
http://www.haskellforall.com/2012/12/the-continuation-monad.html
https://blog.poisson.chat/posts/2019-10-26-reasonable-continuations.html
http://okmij.org/ftp/continuations/implementations.html
https://free.cofree.io/2020/01/02/cps/
https://maxhallinan.com/posts/2019/10/22/how-does-the-continuation-monad-work/
https://github.com/iokasimov/pipeline
https://hexagoxel.de/postsforpublish/posts/2018-09-09-cont-part-one.html
https://github.com/rain-1/continuations-study-group/wiki/Reading-List
http://blog.ielliott.io/continuations-from-the-ground-up/
https://deque.blog/2017/12/08/continuation-passing-style-free-monads-and-direct-style-free-monads/
https://vaibhavsagar.com/blog/2017/05/22/discovering-continuations/
http://blog.sigfpe.com/2008/12/mother-of-all-monads.html
https://github.com/quchen/articles/blob/master/cont_monad.md