Message from discussion
Backquote considered bizzare (was Re: loading Emacs-Lisp into CL)
From: Barry Margolin <bar...@bbnplanet.com>
Subject: Re: Backquote considered bizzare (was Re: loading Emacs-Lisp into CL)
Date: 1999/02/26
Message-ID: <YCBB2.37$Ur3.1171@burlma1-snr2>#1/1
X-Deja-AN: 448800745
Distribution: world
References: <m3lnhs7ivh.fsf@eho.eaglets.com> <36D5BFE7.1DB5A698@IntelliMarket.Com> <0LjB2.169$Uu.8503@burlma1-snr2> <x8lvhgphp3z.fsf@world.std.com>
X-Trace: burlma1-snr2 920053304 4.2.32.97 (Fri, 26 Feb 1999 18:21:44 GMT)
Organization: GTE Internetworking, Cambridge, MA
X-Copies-To: never
NNTP-Posting-Date: Fri, 26 Feb 1999 18:21:44 GMT
Newsgroups: comp.lang.lisp
Originator: bar...@bbnplanet.com (Barry Margolin)
In article <x8lvhgphp3z....@world.std.com>,
Christopher C Stacy <cst...@world.std.com> wrote:
>The [] delimiters are used in various SQL packages for embedded SQL expressions.
>
>(defun find-drink (&optional (occupation "astronaut"))
> (sql:select [favorite_drink] :from [people] :where [= [occupation]
But I'm guessing it follows the "grouping" convention I mentioned, e.g.
(sql:select [field1 field2 ...] :from [table1 table2 ...] ...)
--
Barry Margolin, bar...@bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.