Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RDB Idioms in LISP

6 views
Skip to first unread message

Thomas Gagne

unread,
Dec 13, 2004, 11:20:12 PM12/13/04
to
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.

Pascal Bourguignon

unread,
Dec 13, 2004, 11:31:39 PM12/13/04
to
Thomas Gagne <tga...@wide-open-west.com> writes:

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

Kenny Tilton

unread,
Dec 14, 2004, 12:45:09 AM12/14/04
to

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

unread,
Dec 14, 2004, 9:10:39 PM12/14/04
to
I'm pleased to see that Common Lisp finally has an equivalent to
Interlisp's DWIM! (though I suppose it's been implicitly available all
along)

bob bechtel

0 new messages