chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Syntax-case question


From: felix winkelmann
Subject: Re: [Chicken-users] Syntax-case question
Date: Fri, 12 Oct 2007 15:29:51 +0200

On 10/12/07, William Ramsay <address@hidden> wrote:
> They are at the top level in  this case, but they are in outer binding
> forms in other parts of the porogram.
>

Syntax-case is, as I said, more restrictive about the placement of definitions,
so for example,

(let ()
  (...something not a definition...)
  (define ...)
  ...)

is illegal with syntax-case: definitions inside bodies may not be
preceded by non-definitions (according to R5RS).


cheers,
felix




reply via email to

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