(asdf:oos 'asdf:unload-op 'cl-spont)




Suppose I make such a mess of loading and compiling my asdf package
(It's unsder
active development) that I wish to scracth the whole thing and start
again. Drastic,
I know - but sometimes it happens. (delete-package 'cl-spont) followed
by
(asdf:oos 'asdf:load-op 'cl-spont) doesn't seem to work...is it
actually possible, or does
the whole REPL have to be junked and restarted..?

.