I am new to the circuit, but I was able to run it in emacs. I like it when a file is opened in one buffer in emacs, and the presence of the racket interpreter is opened in another so that I can test when I write, etc. The problem is that every time I want to check something, I need to save the file (not a big deal), and then reload it in the interpreter using (enter! "Program name").
Is there anyway an automatic reboot every time a file is saved? It is very difficult for me to reload the file manually every time I change something, especially because I am still involved in the scheme, so I need to go back and forth to make changes to the LOT. Any help is much appreciated, thanks!
source share