X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=readings.mdwn;h=74a726d69e350010ca56137dc327284c256c815d;hp=710ea65cb40f24cd8c44af211bd7fc89c8689db2;hb=44f72e6eda8faaa6d9d352c57fab8cff10676618;hpb=ff7ba83a6c178d1bb72c82dc9dd9f06e260a977f;ds=inline diff --git a/readings.mdwn b/readings.mdwn index 710ea65c..74a726d6 100644 --- a/readings.mdwn +++ b/readings.mdwn @@ -1,11 +1,14 @@ +[[!toc levels=3]] + ## Links to tutorials and other resources on Scheme, OCaml, and Haskell ## * Help on [[Learning Scheme]] * Help on [[Learning OCaml]] * Help on [[Learning Haskell]] + -* This site's [[explanation of the differences|rosetta2]] between these languages +* This site's [[explanation of the differences|rosetta1]] between these languages ## Other Offsite Reading ## @@ -13,8 +16,10 @@ * [[Famous Computer Scientists|people]] +## Old links ## + +*The links below are from the last time we taught the course; we should check them again...* - + * [[!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) @@ -254,16 +263,18 @@ in M. Broy, editor, *Marktoberdorf Summer School on Program Design Calculi*, Spr * [Delimited continuations in natural language semantics](http://okmij.org/ftp/gengo/) -## The Curry-Howard Correspondence ## +### The Curry-Howard Correspondence ### * The [[!wikipedia Curry-Howard isomorphism]] * [The Curry-Howard correspondence in Haskell](http://www.thenewsh.com/~newsham/formal/curryhoward/) * [Haskell wikibook on the Curry-Howard Isomorphism](http://en.wikibooks.org/wiki/Haskell/The_Curry-Howard_isomorphism) at Haskell wiki

-## Linear Logic ## +### Linear Logic ### * [[!wikipedia Linear logic]] +### Other ### + +* [Unreliable Guide to OCaml Modules](http://lambdafoo.com/blog/2015/05/15/unreliable-guide-to-ocaml-modules/) --->