fix image uri
[lambda.git] / index.mdwn
index 6e0f1dd..a2b449e 100644 (file)
@@ -80,13 +80,20 @@ what you think you need in order to solve the problem.
 [[Advanced notes|topics/week1 advanced notes]]
 
 (**Intermezzo**)
-> The [[differences between our made-up language and Scheme, OCaml, and Haskell|rosetta]];
-Help on [[learning Scheme]], [[OCaml|learning OCaml]], and [[Haskell|learning Haskell]];
-[[What do words like "interpreter" and "compiler" mean?|ecosystem]]
+> Help on [[learning Scheme]], [[OCaml|learning OCaml]], and [[Haskell|learning Haskell]];
+The [[differences between our made-up language and Scheme, OCaml, and Haskell|rosetta1]];
+[[What do words like "interpreter" and "compiler" mean?|ecosystem]] (in progress)
 
+(**[[Lambda Evaluator|code/lambda_evaluator]]**) Usable in your browser. It can help you check whether your answer to some of the homework questions works correctly.
 <!--
-[[Lambda Evaluator]]: Usable in your browser. It can help you check whether your answer to some of the homework questions works correctly. There is also now a [library](/lambda_library) of lambda-calculus arithmetical and list operations, some relatively advanced.
+ There is also now a [library](/lambda_library) of lambda-calculus arithmetical and list operations, some relatively advanced.
+-->
+
+(**Week 2**) Thursday 5 February 2015
+> Notes on their way...
 
+
+<!--
 We've added a [[Monad Library]] for OCaml.
 We've posted a [[State Monad Tutorial]].
 -->