Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!image.soe.clarkson.edu!jk0 From: jk0@sun.soe.clarkson.edu (Jason Coughlin) Newsgroups: comp.lang.scheme Subject: quasiquote Message-ID: <1990Feb12.193358.29510@sun.soe.clarkson.edu> Date: 12 Feb 90 19:33:58 GMT Organization: Clarkson University, Potsdam, NY Lines: 14 Can quasiquote be implemented as an extend-syntax form? If so, does someone have a definition of it as an extend-syntax form? I'm not looking for a full blown implementation with recursive quasiquotation (unless you've got it :-) -- just something that handles cases similar to these: `(a b (,(+ 2 3) c) d) `(a b ,(reverse '(c d e)) f g) `(a b ,@(reverse '(c d e)) f g) -- Jason Coughlin ( jk0@sun.soe.clarkson.edu , jk0@clutx ) "Every jumbled pile of person has a thinking part that wonders what the part that isn't thinking isn't thinking of." - They Might Be Giants