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 09:20:57 -0600
On 5/3/06, Robert Dodier <robert.dodier at gmail.com> wrote:
> From reading the available documentation
> (http://www.sbcl.org/manual/Support-For-Unix.html)
> it looks like SBCL doesn't have fork.
I take it back -- SBCL does have fork after all.
* (require :sb-posix)
* (sb-posix:fork)
0
*
1322
Terrific. Now about those sockets ...
Robert