chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Nested backquote behavior?


From: Reed Sheridan
Subject: [Chicken-users] Nested backquote behavior?
Date: Wed, 19 Apr 2006 23:33:33 -0500

Is this appropriate behavior?

#;83>  (let ((x 1)) ``,,x)
(quasiquote (unquote 1))

I was hoping for something like this (from clisp):

4]>  (let ((x 1)) ``,,x)
1

Is this a bug, and if not, is there a way to get out the value of x from inside the double backquote without the (quasiquote (unquote ...))?

Reed Sheridan

reply via email to

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