On Tue, 27 Jul 2010 20:48:26 +1000, James Fleming wrote:
> Me, I just keep the following convenience function in my .sbclrc to save
> a bit of typing:
> (defun asdf-load (pkg)
> (asdf:oos 'asdf:load-op pkg))
If you are using SLIME, you can save a lot of typing by using
,load-system in the REPL (has tab completion, so ,lo[TAB] is enough).
For the OP's problem, ,reload-system (or ,rel[TAB]) is the preferred
solution in SLIME. System names are completed, too. I could not
imagine anything more convenient.
Tamas
|