[asdf-devel] ASDF2: run-shell-command for clisp: what is the correct :output?
Mirko Vukovic
mirko.vukovic at gmail.com
Tue Feb 22 02:39:19 UTC 2011
Hello,
The asdf:run-shell-command for clisp is specified to use the output as terminal.
That makes its output unavailable to clisp. Instead, one should have
something like this:
(read (ext:run-shell-command command :output :stream :wait t))
I am cross-posting this to the clisp mailing list. Folks there know
much more about this than I do.
Mirko
More information about the asdf-devel
mailing list