two minor changes to make prototyping in the racket REPL nicer

This commit is contained in:
2025-09-01 20:06:45 -07:00
parent 37871b6b3b
commit 5bffb92241

View File

@@ -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)