Skip to content

Commit 8ceffa5

Browse files
committed
Clarification
1 parent fc74ce6 commit 8ceffa5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

www/assignments/6.scrbl

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,13 @@ in this case? (This is not a rhetorical question, if you have a
7171
realistic solution to this, send us an e-mail!)
7272

7373
Your job is to modify @racket[compile.rkt] and to implement this arity
74-
checking protocol and the @racket[procedure-arity] primitive. It might help to
75-
implement the primitive before compiling the calls themselves, to
76-
partially test your implementation.
74+
checking protocol and the @racket[procedure-arity] primitive. It might
75+
help to implement the primitive before compiling the calls themselves,
76+
to partially test your implementation. Unlike previous assignments,
77+
there are no explicitly marked TODOs (with the exception of
78+
@racket[procedure-arity]). You have to make sure you modify all places
79+
where closures are created/accessed to ensure that your changes work
80+
correctly!
7781

7882
As always, remember to test your code using both the testcases
7983
provided and by adding your own!

0 commit comments

Comments
 (0)