a small SBCL question
- From: "TorvoSollazzo@xxxxxxxxxxxx" <matteo.pradella@xxxxxxxxx>
- Date: 28 Dec 2006 11:08:35 -0800
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 ;)).
Btw, I found the following solutions for other Lisps (but I'd like to
use SBCL):
CLISP: (ext:shell "...")
ECL: (ext:system "...")
GCL: (system "...")
Thanks a lot,
M
.
- Follow-Ups:
- Re: a small SBCL question
- From: Pascal Bourguignon
- Re: a small SBCL question
- From: pbunyk
- Re: a small SBCL question
- From: Zach Beane
- Re: a small SBCL question
- Prev by Date: Re: What about these?
- Next by Date: Re: a small SBCL question
- Previous by thread: slime and clisp: any way to get stack trace info?
- Next by thread: Re: a small SBCL question
- Index(es):
Relevant Pages
|
|