two minor changes to make prototyping in the racket REPL nicer
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
(read-response c-in))
|
(read-response c-in))
|
||||||
|
|
||||||
(println status)
|
(println status)
|
||||||
(println header))
|
(println header)
|
||||||
|
|
||||||
|
c-in)
|
||||||
|
|
||||||
(define (read-response (c-in (current-input-port)))
|
(define (read-response (c-in (current-input-port)))
|
||||||
(define maxlen 1027)
|
(define maxlen 1027)
|
||||||
@@ -91,5 +93,3 @@
|
|||||||
(display "G300> ")
|
(display "G300> ")
|
||||||
(dispatch-command (read-line))
|
(dispatch-command (read-line))
|
||||||
(repl))
|
(repl))
|
||||||
|
|
||||||
(repl)
|
|
||||||
|
Reference in New Issue
Block a user