Re: (asdf:oos 'asdf:unload-op 'cl-spont)
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 18:22:53 +0100
"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
.
- Follow-Ups:
- Re: (asdf:oos 'asdf:unload-op 'cl-spont)
- From: Ralph Allan Rice
- Re: (asdf:oos 'asdf:unload-op 'cl-spont)
- References:
- (asdf:oos 'asdf:unload-op 'cl-spont)
- From: JohnFredCee
- Re: (asdf:oos 'asdf:unload-op 'cl-spont)
- From: bradb
- (asdf:oos 'asdf:unload-op 'cl-spont)
- Prev by Date: Re: (asdf:oos 'asdf:unload-op 'cl-spont)
- Next by Date: Re: How do you read usenet news (c.l.l of course!)
- Previous by thread: Re: (asdf:oos 'asdf:unload-op 'cl-spont)
- Next by thread: Re: (asdf:oos 'asdf:unload-op 'cl-spont)
- Index(es):