mv quasi-quotation

From: Christophe Turle (cturle_at_nospam.com)
Date: 01/25/05


Date: Tue, 25 Jan 2005 21:22:13 +0100


is there a multiple-value quasi-quotation somewhere ?

like :

`(a ,(values 'x) b) => (a x b)
`(a ,(values) b) => (a b)
`(a ,(values 'x 'y) b) => (a x y b)

Even a Clisp specific implementation.

-- 
___________________________________________________________
Christophe Turle.
sava preview http://perso.wanadoo.fr/turle/lisp/sava.html
(format nil "~a@~a.~a" 'c.turle 'wanadoo 'fr)