LISPOS: My manifesto

Rainer Joswig joswig@lavielle.com
Tue, 31 Mar 1998 23:34:52 +0200


At 16:08 31.03.98 -0500, Kragen wrote:
>On Sat, 28 Mar 1998, cosc19z5@bayou.uh.edu wrote:
>> For instance:
>> 	select * from f where condition
>> 
>> Can be modeled in Common Lisp by:
>> 	(select '* :from f :where #'(lambda (x) (condition ...)))

Harlequin has a SQL layer for CL. Documentation about
that can be read on their web site in the "Harlepedia".