File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55@(require "../notes/ev.rkt "
66 "../notes/utils.rkt " )
77
8- @bold{Due: Monday, Nov 13 , 11:59PM EDT }
8+ @bold{Due: Monday, Nov 14 , 11:59PM EST }
99
1010The goal of this assignment is to hone your testing skills.
1111
@@ -26,10 +26,11 @@ setting.
2626
2727After submitting, click "Leaderboard " to see the latest standings.
2828
29- Initially there will be around 30 compilers included, but more will be
30- added before the deadline .
29+ There are 118 compilers included. Your score will be the number of
30+ compilers you are able to eliminate, with a maximum score of 100 .
3131
32- We reserve the right to update the reference interpreter.
32+ We reserve the right to update the reference interpreter and will
33+ announce any changes on Discord.
3334
3435Submissions should be written using the following format:
3536
@@ -53,7 +54,7 @@ and the second element is the program, for example:
5354 (list
5455 '[ (add1 1 ) ]
5556 '[ (write-byte 97 ) ]
56- (list "abc " ' [ (read-byte) ])
57+ '[ "abc " [ (read-byte) ]]
5758 '[ (define (f x) (+ x x)) (f 5 ) ]))
5859}|
5960
You can’t perform that action at this time.
0 commit comments