Racket Terminal: Command for exiting a current program? -


when running racket terminal, can start running racket program using

(enter! "yourfile.rkt")

how exit program while still keeping terminal open? using

(exit)

closes racket instead of current program.

maybe try , current namespace restore original.

(enter! #f) 

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -