|
From: | Panicz Maciej Godek |
Subject: | Re: Define in let |
Date: | Wed, 21 Aug 2013 08:52:02 +0200 |
Hello,
> It seems following is invalid:
>
> (let ((a 2))
> (define (foo x) (+ a x)))
>
> I prefer to reduce scope of variable as much as possible, so
> I find this restriction unconvinent. Is is part of standard or technical
> limitation? Is it any workaround?
[Prev in Thread] | Current Thread | [Next in Thread] |