How can I make swank forget all previously evaluated definitions?
I want it to undefine all macros, functions, and variables that where defined via evaluations (such as ,b
evaluate buffer). And have it returned to the same state as when I reboot my PC and freshly start the swank server.
I tried:
the slimv Clear-REPL (
,-
) command:This only appears to clear the screen (buffer).
CL-USER>
(swank:restart-server)
(from the REPL buffer):The server restarts but it still remembers my old
defun
and other defines.CL-USER>
(slime-restart-inferior-lisp)
and `(slimv-restart-inferior-lisp)Both are undefined.