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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -