We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3fb17 commit a32b890Copy full SHA for a32b890
www/assignments.scrbl
@@ -8,7 +8,7 @@
8
@include-section{assignments/3.scrbl}
9
@include-section{assignments/4.scrbl}
10
@include-section{assignments/5.scrbl}
11
-@;include-section{assignments/6.scrbl}
+@include-section{assignments/6.scrbl}
12
@;include-section{assignments/7.scrbl}
13
14
@;{assignment 8: quote in general, and quasiquote}
www/assignments/6.scrbl
@@ -7,9 +7,9 @@
7
@(require "../notes/ev.rkt")
-@bold{Due: Tues, April 28, 11:59PM EST}
+@bold{Due: Thursday, December 10th, 11:59PM EST}
-@(define repo "https://classroom.github.com/a/CxdcWxG7")
+@(define repo "")
The goal of this assignment is to (1) implement arity checking in a
15
language with functions, (2) to implement the @racket[apply]
0 commit comments