-
Notifications
You must be signed in to change notification settings - Fork 2.7k
lexicial versus dynamic #645
Copy link
Copy link
Closed
Description
The most straightforward and important test is missing for environments: the test whether environments are truely lexical
(def! a 12)
(def! fx (fn* () a)
(fx)
(def! a 2000)
(fx)
My implementation gave 12, 2000 of (fx) and apparently this should be 12,12 .
So I have heard, but I could be mistaken. The more reason to put this test in.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels