On Thu, Apr 27, 2017 at 12:14 PM, Peter Bex <pe...@more-magic.net> wrote:

Now, the spec disallows this (I think..),


Yes, it does:  begin-with-defines is allowed only at top level.  It should
be replaced by (let () (define ...) . body) instead.  In Algol or C terms,
begin is a compound statement, let is a block.
_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to