From a08f7d8359ff7874aa01c5afa22dd6bf3fa6d2d9 Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 7 Feb 2015 10:19:06 -0500 Subject: [PATCH] tweak links --- content.mdwn | 10 +++++----- index.mdwn | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content.mdwn b/content.mdwn index 75e3f92c..ee3065bb 100644 --- a/content.mdwn +++ b/content.mdwn @@ -5,7 +5,7 @@ week in which they were introduced. ## Topics by content ## -* [[Introduction to functional programming|topics/week1_kapulet_intro]] +* [[Introduction to functional programming|topics/week1 kapulet intro]] * [[Order: static versus dynamic|topics/week1 order]] @@ -15,16 +15,16 @@ Week 1: * [[Order in programming languages and natural language|topics/week1 order]] This discussion considers conjunction in a language that recognized presupposition failure. -* [[Introduction to functional programming|topics/week1_kapulet_intro]] +* [[Introduction to functional programming|topics/week1 kapulet intro]] Basics of functional programming: `let`, `case`, pattern matching, and recursion. Definitions of factorial. -* [[Advanced notes|topics/week1_kapulet_advanced]] +* [[Advanced notes|topics/week1 kapulet advanced]] * [[Homework for week 1|exercises/assignment1]] Week 2: -* [[Intro to the Lambda Calculus|topics/week2_lambda_intro]] -* [[Advanced notes on the Lambda Calculus|topics/week2_lambda_advanced]] +* [[Intro to the Lambda Calculus|topics/week2 lambda intro]] +* [[Advanced notes on the Lambda Calculus|topics/week2 lambda advanced]] * Encoding Booleans, Tuples, Lists, and Numbers (in progress) * Homework for week 2 (in progress) diff --git a/index.mdwn b/index.mdwn index a2ff5565..7c6c2477 100644 --- a/index.mdwn +++ b/index.mdwn @@ -75,18 +75,18 @@ what you think you need in order to solve the problem. > Topics: [[Order in programming languages and natural language|topics/week1 order]]; -[[Introduction to functional programming|topics/week1_kapulet_intro]]; +[[Introduction to functional programming|topics/week1 kapulet intro]]; [[Homework|exercises/assignment1]]; -[[Advanced notes|topics/week1_kapulet_advanced]] +[[Advanced notes|topics/week1 kapulet advanced]] (**Intermezzo**) > 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|code/lambda evaluator]]**) Usable in your browser. It can help you check whether your answer to some of the homework questions works correctly. (**Week 2**) Thursday 5 February 2015 -- 2.11.0