X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment2.mdwn;h=5d75a855a5a09ef187dcdd9b6e4e22bb11b6ee7a;hp=ff600cc71e8107653cd31bdd0b42c78f0a16f579;hb=3d98e6d16929dbdeb122713b86171b86039dca4a;hpb=4c41ba9c22b453bb23667786c1b549f15bf5cf1e diff --git a/assignment2.mdwn b/assignment2.mdwn index ff600cc7..5d75a855 100644 --- a/assignment2.mdwn +++ b/assignment2.mdwn @@ -1,4 +1,4 @@ -For these assignments, you'll probably want to use a "lambda calculator" to check your work. This accepts any grammatical lambda expression and reduces it to normal form, when possible. See our [lambda-let page](/lambda-let.html), based on Chris Barker's JavaScript lambda calculator and [Oleg Kiselyov's Haskell lambda calculator](http://okmij.org/ftp/Computation/lambda-calc.html#lambda-calculator-haskell). +For these assignments, you'll probably want to use our [[lambda evaluator]] to check your work. This accepts any grammatical lambda expression and reduces it to normal form, when possible. More Lambda Practice @@ -107,7 +107,7 @@ For these exercises, assume that `LIST` is the result of evaluating:
    -
  1. What would be the result of evaluating (see [[Assignment 2 hint 1]] for a hint): +
  2. What would be the result of evaluating (see [[hints/Assignment 2 hint]] for a hint): LIST make-list empty