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



"bradb" <brad.beveridge@xxxxxxxxx> writes:

JohnFredCee wrote:
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..?

Slightly offtopic - but why are ASDF calls of the form
(asdf:oos something package) ?

Surely something like
(asdf:load-op 'package) is nicer looking?

But see here. I prefer: (asdf-load :package)
and somebody else might prefer: (asdf:load :package)
and somebody else might prefer to click on a GUI button,
and etc...

That's why there's no user interface in ASDF.
Just define in your ~/.clisprc.lisp file the one you want.

--
__Pascal Bourguignon__ http://www.informatimago.com/

"Remember, Information is not knowledge; Knowledge is not Wisdom;
Wisdom is not truth; Truth is not beauty; Beauty is not love;
Love is not music; Music is the best." -- Frank Zappa
.


Quantcast