X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=readings.mdwn;h=7d72fa7cd66aa01a81c347909f5654ee8a968d8f;hp=b30c3dd4fd1ab5c4106441043d24d4973c8afe8f;hb=30e80630a4bdb0ec23dd7098f735b060f6a3de0f;hpb=96b09f5d3d43256b6a6712d209be628427e44807 diff --git a/readings.mdwn b/readings.mdwn index b30c3dd4..7d72fa7c 100644 --- a/readings.mdwn +++ b/readings.mdwn @@ -1,9 +1,12 @@ +[[!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|rosetta1]] between these languages @@ -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,15 @@ 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]] --->