Re: Is CCL a supported implementation CLSQL?

Victor <[email protected]> Sun, 20 Oct 2013 00:10:45 +0300
Newsgroups gmane.lisp.clsql.general
Message-ID <op.w47zr7014lizsz@vanyakin-nb>
On Thu, 10 Oct 2013 17:20:46 +0300, Munawar Cheema <[email protected]> wrote:

> I wanted to try out clsql but didn't see any mention of Clozure
> implementation.  Is it supported? I am new to lisp so maybe asking
> something obvious.
> MC
>

Hi Munawar,

Of course it is. I am using CLSQL with Clozure CL and SBCL on both Linux (Ubuntu)
and Windows. There were some rough edges though and you can check this mailing
list archives for this month (and probably previous as well).

As a rule Common Lisp libraries are portable across multiple implementations.

Wish you good luck!
Victor