Re: a small SBCL question
- From: "TorvoSollazzo@xxxxxxxxxxxx" <matteo.pradella@xxxxxxxxx>
- Date: 28 Dec 2006 14:12:53 -0800
Ooopps! As a typical newbie, I was just looking at the pdf in the
docs...
Thanks again for the fast and complete answer!
On 28 Dic, 20:25, Pascal Bourguignon <p...@xxxxxxxxxxxxxxxxx> wrote:
"TorvoSolla...@xxxxxxxxxxxx" <matteo.prade...@xxxxxxxxx> writes:.....
Hi,
I have a small practical question for the SBCL experts: I need to call
an external program from my lisp code to excange data through files. At
shell, it is something like: "./the_program input.file output.file".
How can I do it using SBCL? I found sb-ext:run-program, but its
documentation appears a bit "sketchy" (at least to me ;)).
;; Outch! How sketchy!.....
S/CL-USER[38]> (sb-ext:run-program "/bin/ls" '("-l" "/tmp/a.lisp"))
.
- Follow-Ups:
- Re: a small SBCL question
- From: Tim X
- Re: a small SBCL question
- References:
- a small SBCL question
- From: TorvoSollazzo@xxxxxxxxxxxx
- Re: a small SBCL question
- From: Pascal Bourguignon
- a small SBCL question
- Prev by Date: Re: What about these?
- Next by Date: Save a class into xml file?
- Previous by thread: Re: a small SBCL question
- Next by thread: Re: a small SBCL question
- Index(es):