[plt-scheme] current environment?

David Richards leximatica at mac.com
Fri Apr 18 14:42:11 EDT 2008


(let ((x 5))
   (let ((p (open-input-string "(lambda () x)")))
     (let ((f (read p)))
       ((eval f)))))

I guess my question is how do get a reference to my current dynamic  
environment to pass as a second parameter to eval?



More information about the plt-scheme mailing list