From: Jim Pryor Date: Wed, 25 Aug 2010 12:03:53 +0000 (-0400) Subject: links tweaking X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=18e2c0f20d15c9f099fa5ae9571d6635dc2cd44b links tweaking Signed-off-by: Jim Pryor --- diff --git a/offsite_reading.mdwn b/offsite_reading.mdwn index d2445d28..5d415703 100644 --- a/offsite_reading.mdwn +++ b/offsite_reading.mdwn @@ -89,10 +89,10 @@ A new standard [R6RS](http://www.r6rs.org/final/html/r6rs/r6rs.html) was ratifie in 2007, but this has many detractors and has not been fully accepted in the community. ([Libraries for R6RS](http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib.html)) -* [Scheme FAQ](http://community.schemewiki.org/?scheme-faq) +  +* [Scheme FAQ](http://community.schemewiki.org/?scheme-faq) * [Scheme Requests for Implementation](http://srfi.schemers.org/) (SRFI) - * The [Schematics Scheme Cookbook](http://schemecookbook.org/) is a collaborative effort to produce documentation and recipes for using Scheme for common tasks. @@ -256,9 +256,9 @@ invited talk, *19'th Symposium on Principles of Programming Languages*, ACM Pres * [Understanding continuations](http://keithdevens.com/weblog/archive/2004/Jul/11/continuations) [Commentary](http://lambda-the-ultimate.org/node/86) -* http://en.wikipedia.org/wiki/Continuation +* [[!wikipedia Continuation]] -* http://www.haskell.org/haskellwiki/Continuation +* [Haskell wiki on Continuations](http://www.haskell.org/haskellwiki/Continuation) * [Continuations In Scheme](http://tech.phillipwright.com/2010/05/23/continuations-in-scheme/)