fork in Lisp? was: Maxima servermode: stability of commands....



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