From 3b32e4c0730392e3e53ae6b29d8a043fe83117ab Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 11 Mar 2020 21:22:48 +0530 Subject: [PATCH] Add links to various posts on CPS Signed-off-by: Sanchayan Maity --- continuations.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 continuations.md diff --git a/continuations.md b/continuations.md new file mode 100644 index 0000000..2177b75 --- /dev/null +++ b/continuations.md @@ -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