Menu

#10 bigloo: Wrong scope in load

open
nobody
bigloo (13)
5
2000-07-27
2000-07-27
No

loadq: Wrong scope in interpreter

(let((a 1))
(loadq "t.scm"))

The statements in file loaded are evaluated on topmost level, so the values of locals are not seen in file loaded.

Discussion


Log in to post a comment.