chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] quasiquoting


From: Clifford Stein
Subject: [Chicken-users] quasiquoting
Date: Tue, 03 Feb 2004 14:23:09 -0800

I'm having some trouble with `quasiquoting'   When I run the interpreter
with -hygienic, I have the following trouble:

#;> (define a 3)
#;> a
3
#;> `(1 2 ,a)
(1 2 3)
#;> `#(1 2 ,a)
Error: unbound variable: unquote-splicing
#;>

If I don't use -hygienic, I can build my vector in place.  Any
suggestions?  (I'm kind of new to Scheme.)

Thanks!

--cliff






reply via email to

[Prev in Thread] Current Thread [Next in Thread]