[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] Problem using "unquote"
From: |
Chris Hanson |
Subject: |
Re: [MIT-Scheme-devel] Problem using "unquote" |
Date: |
Sun, 16 Oct 2005 15:40:22 -0400 |
On 10/16/05, Gaurish Kshirsagar <address@hidden> wrote:
> I've installed the latest version of MIT Scheme (Microcode 14.9,
> Stable release 7.7.1) for Windows. When I run the interpreter and try
> to use "unquote" or ",", I get the unbound variable error. What's
> interesting is that when I use the comma version, the error message
> says "unbound variable: unquote" which suggests atleast there's a
> binding between the two.
unquote is meaningless unless embedded in a quasiquote expression. If
you use unquote by itself, you'll just get an unbound variable error.