fork in Lisp? was: Maxima servermode: stability of commands....
Subject: fork in Lisp? was: Maxima servermode: stability of commands....
From: Robert Dodier
Date: Wed, 3 May 2006 08:54:26 -0600
On 5/3/06, Raymond Toy <raymond.toy at ericsson.com> wrote:
> CMUCL has unix:unix-fork. SBCL has something similar, I think.
>From reading the available documentation
(http://www.sbcl.org/manual/Support-For-Unix.html)
it looks like SBCL doesn't have fork.
I don't find fork in the documentation for Clisp or GCL either.
I guess that calling fork via FFI should be possible.
Robert