David Steuber david@david-steuber.com writes:
I think SLIME made it easier for me to explore Lisp programming. I particularly like being able to compile functions from inside the lisp buffer so that I don't have to jump to the repl a lot. I tend
By the way, since I use the repl often, I do this under Linux. I keep an Emacs frame with the SLIME repl, and another frame with the Lisp code buffer on which I am working. Each Emacs frame goes into its own KDE virtual desktop. Switching from the Lisp buffer to the repl is a simple matter of Ctrl-Fn.
Paolo