From: Jimka
Subject: backquote and ,.
Date: 
Message-ID: <1135814917.881396.24090@g43g2000cwa.googlegroups.com>
I was not able to find ,. (comma dot) in the hyperspec, but i see
references to it in the CLISP
documentation.  Is this a clisp-only syntax?  Can someone explain what
it does?  It seems to be
some sort of destructive splicing operator similar to ,@

-jim
From: Carl Taylor
Subject: Re: backquote and ,.
Date: 
Message-ID: <Z0Gsf.201336$qk4.188345@bgtnsc05-news.ops.worldnet.att.net>
"Jimka" <·····@rdrop.com> wrote in message 
····························@g43g2000cwa.googlegroups.com...
>I was not able to find ,. (comma dot) in the hyperspec, but i see
> references to it in the CLISP
> documentation.  Is this a clisp-only syntax?  Can someone explain what
> it does?  It seems to be
> some sort of destructive splicing operator similar to ,@

You're right. See 2.4.6 of the CLHS.

clt