X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=readings.mdwn;h=74a726d69e350010ca56137dc327284c256c815d;hp=7810acd619f29c479946af504dd07ffcbe85be95;hb=44f72e6eda8faaa6d9d352c57fab8cff10676618;hpb=386350d4863800121f969997e20cf74d336baad1;ds=sidebyside diff --git a/readings.mdwn b/readings.mdwn index 7810acd6..74a726d6 100644 --- a/readings.mdwn +++ b/readings.mdwn @@ -230,6 +230,7 @@ in M. Broy, editor, *Marktoberdorf Summer School on Program Design Calculi*, Spr * [[!wikipedia Continuation]] * [[!wikipedia Continuation-passing style]] * [[!wikipedia Call-with-current-continuation]] +* John C Reynolds, [The discoveries of continuations](http://cs.au.dk/~hosc/local/LaSC-6-34-pp233-248.pdf) * [Intro to call/cc](http://community.schemewiki.org/?call-with-current-continuation) at SchemeWiki * [Call With Current Continuation](http://www.c2.com/cgi/wiki?CallWithCurrentContinuation) * [Continuations Made Simple and Illustrated](http://www.ps.uni-saarland.de/~duchier/python/continuations.html) @@ -240,7 +241,12 @@ in M. Broy, editor, *Marktoberdorf Summer School on Program Design Calculi*, Spr * [Continuations for Curmudgeons](http://www.intertwingly.net/blog/2005/04/13/Continuations-for-Curmudgeons) [Commentary](http://lambda-the-ultimate.org/node/643) * [Haskell wiki on Continuations](http://www.haskell.org/haskellwiki/Continuation) * [Haskell wikibook on Continuation Passing Style](http://en.wikibooks.org/wiki/Haskell/Continuation_passing_style)

+ + + * [[!wikipedia Delimited continuation]] +* Ken's paper [Shift to Control](http://repository.readscheme.org/ftp/papers/sw2004/shan.pdf), comparing some of the different delimited continuation operators +* Racket's documents on [the variety of continuation operators](http://docs.racket-lang.org/reference/cont.html?q=abort#%28mod-path._racket%2Fcontrol%29) * [Composable Continuations Tutorial](http://community.schemewiki.org/?composable-continuations-tutorial) at SchemeWiki * [Post by Ken](http://lambda-the-ultimate.org/node/1197#comment-12927) on Lambda the Ultimate explaining difference between undelimited and delimited continuations * [shift, reset and streams](http://chneukirchen.org/blog/archive/2005/04/shift-reset-and-streams.html) @@ -268,4 +274,7 @@ in M. Broy, editor, *Marktoberdorf Summer School on Program Design Calculi*, Spr * [[!wikipedia Linear logic]] +### Other ### + +* [Unreliable Guide to OCaml Modules](http://lambdafoo.com/blog/2015/05/15/unreliable-guide-to-ocaml-modules/)