I am new to scheme, but was able to get it running in emacs. I like having the file open in one buffer in emacs, and having the racket interpreter open in another so that I can test as I'm writing etc. The problem is that every time I want to test something I have to save the file (not a big deal) and then reload it in the interpreter using (enter! "programname").
Is there anyway to have it auto reload every time I save the file? It gets to be really tedious having to reload the file manually every time I change something, especially because I'm still learning scheme so I have to go back and forth to make changes a LOT. Any help is greatly appreciated, thanks!
