From: Slobodan Blazeski
Subject: How to implement ,@
Date: 
Message-ID: <c5801825-14e3-4f51-9124-a52299df0eb2@f63g2000hsf.googlegroups.com>
Is it possible to add it if it

From: Kaz Kylheku
Subject: Re: How to implement ,@
Date: 
Message-ID: <d242234d-f556-49c7-a6d3-24fa907e5ada@u36g2000prf.googlegroups.com>
On Apr 15, 4:39 am, Slobodan Blazeski <·················@gmail.com>
wrote:
> Is it possible to add it if it

It's impossible to add the ,@ read syntax in a portable way over an
existing backquote implementation. How ,@ works is intimately tied to
how the backquote implementation works as a whole.

You can write the entire backquote implementation in a portable way,
though.
From: ··············@gmail.com
Subject: Re: How to implement ,@
Date: 
Message-ID: <7bff04e2-0818-4cc2-9a2d-adb0487c66e1@a22g2000hsc.googlegroups.com>
On ápr. 15, 13:39, Slobodan Blazeski <·················@gmail.com>
wrote:
> Is it possible to add it if it

on a somewhat related note, http://common-lisp.net/project/cl-quasi-quote/
is a user lib with something similar to the ` and co. in the common
lisp standard, but this lib is for non-lisp quoted parts interleaved
with parts being generated at runtime by lisp code.

it has , and ,@ too.

- attila
From: Pascal Costanza
Subject: Re: How to implement ,@
Date: 
Message-ID: <66jl16F2jk4d2U1@mid.individual.net>
Slobodan Blazeski wrote:
> Is it possible to add it if it

Yes, see the appendix of CLtL2. ;)

Pascal

-- 
1st European Lisp Symposium (ELS'08)
http://prog.vub.ac.be/~pcostanza/els08/

My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/