I personally guarantee that SWANK (the server side of SLIME) is running, so I can connect to the image at any time using Emacs + SLIME and redefine whatever I want.
(ql:quickload "swank") (swank:start-server :port 1234) ;; listen for SLIME connections on port 1234
Then in Emacs you can Mx slime-connect and follow the prompts.
If you do not want to do this for any reason, your implementation may offer something specific.
user713516
source share