|
From: | Louis de Forcrand |
Subject: | Re: [Bug-apl] Local variables in lambdas |
Date: | Sun, 14 Aug 2016 20:16:50 -0400 |
Yes, the first seems more appropriate and readable. However, I would argue that the variables in that list should be the ones to be made global; for me it is easier to forget that an argument is global rather than forget that it is local. In addition, I believe that this would be more compatible with other APLs; NARS and Dyalog, which are the two I have on hand, both treat all lambda variables as local. However this could break compatibility with older GNU APL lambdas. In any case, just being able to choose wether a variable is local or global would be great. Cheers, Louis
|
[Prev in Thread] | Current Thread | [Next in Thread] |