Skip to content

Commit b61db43

Browse files
committed
Udpate 6.
1 parent 765a8a9 commit b61db43

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

www/assignments/6.scrbl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
The goal of this assignment is to hone your testing skills.
1111

@@ -26,10 +26,11 @@ setting.
2626

2727
After 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

3435
Submissions 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

0 commit comments

Comments
 (0)