I don’t like DrRacket because it does not have convenient edit capabilities as Emacs, however I can only run Scheme file through adding command “racket current-file.scm” in .emacs, now, I want to run the Scheme file in Emacs described as “Run : Resets the interactions window and runs the program in the definitions window.” in DrRacket’s manual, I read the command Racket’s help “19.1 Running racket and gracket“, seemingly it doesn’t answer my question, what should I do?
I don’t like DrRacket because it does not have convenient edit capabilities as Emacs,
Share
You might want to try Geiser mode for Emacs. There is also a section in the Racket Guide dedicated to describing how to use other editors and CLI tools.
Update: Nowadays I also highly recommend Greg Hendershott’s racket-mode as well.