
21 Jul
2012
21 Jul
'12
1:42 p.m.
In article <20120720140001.GA1193@Zushakon>, Josh Marchán <sykopomp@sykosomatic.org> wrote:
There's also weird behavior on some implementations (notably SBCL) when it comes to accessing dynamic variables (where it can only access the global binding, not the local one).
I don't know where you're getting that. SYMBOL-VALUE works with dynamic variables and their current dynamic binding, if any. Paul Khuong