Changed environment-macro to return the original "LAMBDA" rather than
in interpreted function. In discovering this fix, I found out that PCL isn't "really" using the environment at all, but is rather making a bogus "macro" entry in the environment that isn't a lambda at all, but rather a representation of what it thinks is in the environment. My change to make the environment representation correct doesn't hurt anything, but is actually irrelevent to PCL's usage.
Please register or sign in to comment