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.
Log in to post a comment.