Path: utzoo!attcan!uunet!zephyr.ens.tek.com!tekcrl!tekchips!kend From: kend@tekchips.LABS.TEK.COM (Ken Dickey) Newsgroups: comp.lang.scheme Subject: Re: why is quasiquote necessary? Message-ID: <6282@tekcrl.LABS.TEK.COM> Date: 31 May 90 00:59:40 GMT References: Sender: news@tekcrl.LABS.TEK.COM Reply-To: kend@tekchips.LABS.TEK.COM (Ken Dickey) Distribution: comp.lang.scheme Organization: Tektronix, Inc., Beaverton, OR. Lines: 12 In article alms@cambridge.apple.com (Andrew L. M. Shalit) writes: > >It occurred to me today that Scheme doesn't really need a quasiquote >special form. Instead, quote could have just been extended to handle >unquote and unquote-splicing. Quoted data is constant [e.g. EPROMable]. My recollection is that quasi-quoted forms may expand into something not quite constant. I can't immediately think of a good example [nested quasi-quotes?] {JAR, are you out there?}. -Ken Dickey kend@mrloog.WR.TEK.COM