From: Stefan Nobis <[EMAIL PROTECTED]>

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.

Thanks for the info!

> 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/


That does look interesting -- but the last post to the erlisp-devel mailing 
list was in 2005,
if we don't count the single spam post  in 2006. It's an extremely low-traffic 
list ;) 




      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to