Re: CLSQL-USQL

Edi Weitz <[email protected]> Sun, 04 Apr 2004 20:08:42 +0200
Newsgroups gmane.lisp.clsql.general,gmane.lisp.uncommon-sql
Message-ID <[email protected]>
On Sun, 4 Apr 2004 11:43:49 -0600, Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> wrote:

> I notice loop-extension.lisp is included. To the degree that
> CLSQL-USQL migh strive for cross-implementation compatibility, using
> such loop extensions in an application would be counter-productive.

Why? It would work on some implementations while it wouldn't work on
others. The same is true for parts of UFFI or various other
cross-implementation libraries.

I personally think that the loop extensions are nice to have. Given
SBCL's relation to CMUCL it shouldn't be too hard to make the
extensions available there. Also, there is my code (which I myself got
from Xanalys support) for a LispWorks loop extension in Paul Foley's
BerkeleyDB package. This could be used as a basis for LW. So we'd have
four implementation covered already.

Cheers,
Edi.