X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=readings.mdwn;h=7d72fa7cd66aa01a81c347909f5654ee8a968d8f;hp=e652e457314ec001ece2d9bae8549ec4df7a2b3d;hb=ad14f269d489cc9a2ea9e522e2da37a42cfd46b3;hpb=4120a473b987b8e50da19be6cd8b3774dde7e1ef diff --git a/readings.mdwn b/readings.mdwn index e652e457..7d72fa7c 100644 --- a/readings.mdwn +++ b/readings.mdwn @@ -1,12 +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|rosetta1]] between these languages ## Other Offsite Reading ## @@ -14,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) @@ -255,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]] --->