This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhylton
Recipients
Date 2007-02-25.16:22:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I guess I should get back to this bug report at least once a year.  I'm trying to understand how Scheme handles eval.  If I look at R5RS or R6RS, I see that the eval procedure takes an environment as an argument.  The procedures that create environment all seem to create variants of the top-level environment (an empty environment, the interactive environment, etc.).  I don't see any way to create an environment that contains the bindings visible in a particular region of code.  Am I missing something?
History
Date User Action Args
2007-08-23 14:29:51adminlinkissue1153622 messages
2007-08-23 14:29:51admincreate