When I use the Load File in REPL command on an otherwise empty Racket file:
It runs the following command:
racket --repl --eval '(enter! (file "/Users/gus/tmp0.rkt"))'
The REPL loads, but when I run any command in the REPL I get the following error:
"racket/tmp0.rkt"> 1
; readline-input:1:0: #%top-interaction: unbound identifier;
; also, no #%app syntax transformer is bound
; at: #%top-interaction
; in: (#%top-interaction . 1)
; [,bt for context]
Can this be fixed?
When I use the Load File in REPL command on an otherwise empty Racket file:
It runs the following command:
racket --repl --eval '(enter! (file "/Users/gus/tmp0.rkt"))'The REPL loads, but when I run any command in the REPL I get the following error:
Can this be fixed?