From aea49dc7ea51646b8f500f37b05a78828fbcf84f Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 6 Apr 2015 04:56:29 -0400 Subject: [PATCH 1/1] update for rename of exercises/assignment7.mdwn to exercises/assignment6-7.mdwn --- topics/week7_untyped_evaluator.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/week7_untyped_evaluator.mdwn b/topics/week7_untyped_evaluator.mdwn index ce9dd683..27800bb2 100644 --- a/topics/week7_untyped_evaluator.mdwn +++ b/topics/week7_untyped_evaluator.mdwn @@ -75,7 +75,7 @@ We're going to explore how to implement the interpreter using two different meth The code of this interpreter is based on source code accompanying Pierce's excellent book _Types and Programming Languages_. (In particular, the files here .) We aggressively modified that code to suit our somewhat different needs (and taste). Notably, Pierce's code only provides a substitute-and-repeat interpreter; so part of our refactoring was to make it easier to switch back and forth between that and an environment-based interpreter. -We provided you with a [[homework assignment|/exercises/assignment7]] that is a simplified version of the code of our interpreter. After getting that to work, you may be interested to play around with the fuller version, which adds literal numbers and booleans, and user-friendly input and printing of results. +We provided you with a [[homework assignment|/exercises/assignment6-7]] that is a simplified version of the code of our interpreter. After getting that to work, you may be interested to play around with the fuller version, which adds literal numbers and booleans, and user-friendly input and printing of results. But these benefits come at a price. The code has some complexity to it. -- 2.11.0