Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Looking for a free Common Lisp implementation

1 view
Skip to first unread message

John S. Rodrigues

unread,
Aug 23, 2002, 9:53:25 PM8/23/02
to
I am fooking for a free (preferrably open source) implemenation with the
following features :

1. Multi-threading / Multi-processing.
2. Connectivity to MySql.


I currently use CLISP, but it does not have these features. Are there
any add-ons for these features on CLISP?

Is there any other implementation which provides this "out of the box".

Thanks,
John.

Dave Bakhash

unread,
Aug 24, 2002, 2:08:27 PM8/24/02
to
"John S. Rodrigues" <john...@airmail.net> writes:

> 1. Multi-threading / Multi-processing.
> 2. Connectivity to MySql.
>
> I currently use CLISP, but it does not have these features. Are there
> any add-ons for these features on CLISP?
>
> Is there any other implementation which provides this "out of the box".

try CMUCL. I'm pretty sure that it supports these (though
out-of-the-box I can't be sure).

Oh...and it's the "most free" of all the CL implementations, AFAIK.

dave

Wojciech Sobczuk

unread,
Aug 24, 2002, 4:15:08 PM8/24/02
to

It does support multithreading (but only cooperative). And for MySQL
connectivity (and other useful libraries) have a look at
http://ww.telent.net/cliki or http://www.lisp.org

Wojtek

0 new messages