X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=readings.mdwn;h=74a726d69e350010ca56137dc327284c256c815d;hp=c15315d63acf623d48a3f66a3721988cd4b724f2;hb=44f72e6eda8faaa6d9d352c57fab8cff10676618;hpb=b5f033198b60cd8029897619b49fd966b6a59291 diff --git a/readings.mdwn b/readings.mdwn index c15315d6..74a726d6 100644 --- a/readings.mdwn +++ b/readings.mdwn @@ -1,3 +1,5 @@ +[[!toc levels=3]] + ## Links to tutorials and other resources on Scheme, OCaml, and Haskell ## * Help on [[Learning Scheme]] @@ -5,12 +7,19 @@ * Help on [[Learning Haskell]] - +* This site's [[explanation of the differences|rosetta1]] between these languages + + +## Other Offsite Reading ## + +* [[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) @@ -250,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/) --->