[comp.sys.mac] bug in MacScheme 1.0

jh@tut.UUCP (10/31/87)

MacScheme 1.0 doesn't evaluate correctly nested quasiquote's.  For
example 
	
	`(a `(b ,(+ 1 2)))

evaluates to

	(a `(b 3))

instead of

	(a `(b ,(+ 1 2)))
-- 
	Juha Heinanen
	Tampere Univ. of Technology
	Finland
	jh@tut.fi (Internet), tut!jh (UUCP)