http://www.cliki.net/admin/search?words=sql
(with-adequate-macrology
(assoc :name
(first
(select (id name salary) (from employee)
(where (> salary 1000000) #| don't dream, it's cents |#)))))
--
__Pascal Bourguignon__ http://www.informatimago.com/
Cats meow out of angst
"Thumbs! If only we had thumbs!
We could break so much!"
Pascal Bourguignon wrote:
> Thomas Gagne <tga...@wide-open-west.com> writes:
>
>
>>I was wondering if you could point me to some pages describing the
>>idioms for using RDBs with LISP. It would seem there would be a
>>strong relationship between tuples and tables with lists.
>
>
> http://www.cliki.net/admin/search?words=sql
>
> (with-adequate-macrology...
Talk about reusable! Is that open source?
kenny
--
Cells? Cello? Celtik?: http://www.common-lisp.net/project/cells/
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
bob bechtel