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".