From: Jim Pryor Date: Tue, 19 Oct 2010 18:45:59 +0000 (-0400) Subject: move around 'try scheme', 'learning...' links X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=1a71e5b2f4c3f6ebbd14e51b3d139e72ce9cff94 move around 'try scheme', 'learning...' links Signed-off-by: Jim Pryor --- diff --git a/learning_scheme.mdwn b/learning_scheme.mdwn index d317b9b0..8401d0b4 100644 --- a/learning_scheme.mdwn +++ b/learning_scheme.mdwn @@ -1,3 +1,4 @@ +##[Try Scheme in your web browser](http://tryscheme.sourceforge.net/)## Initial Tutorials ================= diff --git a/offsite_reading.mdwn b/offsite_reading.mdwn index 66e481c5..8bb42380 100644 --- a/offsite_reading.mdwn +++ b/offsite_reading.mdwn @@ -41,8 +41,6 @@ get more out of. (Rinse and repeat.) ##[[Learning Scheme]]## -* [Try Scheme in your web browser](http://tryscheme.sourceforge.net/) - ## Untyped lambda calculus and combinatory logic ## * [[!wikipedia Lambda calculus]] diff --git a/week1.mdwn b/week1.mdwn index 52080d4a..3f45bf02 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -359,6 +359,8 @@ The following site may be useful; it lets you run a Scheme interpreter inside yo * [Try Scheme in your web browser](http://tryscheme.sourceforge.net/) +See also our links about [[learning Scheme]] and [[learning OCaml]]. +   1. Function application and parentheses