From: gavino
Subject: sbcl or clisp and 4 core boxes
Date: 
Message-ID: <58bbb8da-85cf-4e53-a6da-c303b614ac11@x1g2000prh.googlegroups.com>
How can I write lisp programs that use multiple cores?

From: Pascal J. Bourguignon
Subject: Re: sbcl or clisp and 4 core boxes
Date: 
Message-ID: <87iqk183gu.fsf@galatea.local>
gavino <·········@gmail.com> writes:

> How can I write lisp programs that use multiple cores?

Using BORDEAUX-THREADS.

-- 
__Pascal Bourguignon__
From: Marco Antoniotti
Subject: Re: sbcl or clisp and 4 core boxes
Date: 
Message-ID: <b5ca7dec-b260-4f60-8915-27fc212dbbb7@r34g2000vbi.googlegroups.com>
On May 16, 2:52 pm, gavino <·········@gmail.com> wrote:
> How can I write lisp programs that use multiple cores?

By paying for a compiler that supports multiple cores.  The Intel
compilers for C and Fortran are very good at that.  They don't come
for free.  If you were willing to pay Franz, LispWorks or Clozure
Associates, I'd bet they would deliver such a thing for you and anyone
else willing to put money in their pockets.

Cheers
--
Marco