terry mcintyre <[EMAIL PROTECTED]> writes:

> Any of those with recent Lisp experience have any opinions about
> multicore capabilities?

Multithreading is not available in ANSI CL, but most implementations
support multithreading in some ways. AFAIK SBCL, Corman Lisp, OpenMCL
and some more have true kernel level multithreading without internal
locks.

> What I've googled so far looks a bit rudimentary - mostly based on
> unix fork semantics. I'm looking for something much lighter-weight,
> Erlang-style, which could support thousands of cheap concurrent

Hmmm... it surely depends on your OS, but nevertheless maybe this is
interesting for you:

http://common-lisp.net/project/erlisp/

-- 
Until the next mail...,
Stefan.

Attachment: pgppHGtX20Wa6.pgp
Description: PGP signature

_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to