Message24427
That is quite correct; standard Scheme does not have the ability to eval expressions in a lexical environment. There are of course good performance reasons for that (we don't want to keep all lexical environments around in symbolic form, just in case someone would EVAL an expression referring to a name inside one of them).
It would be fine for Python to have a similar rule, but now it's just weirdly inconsistent.
|
|
Date |
User |
Action |
Args |
2007-08-23 14:29:51 | admin | link | issue1153622 messages |
2007-08-23 14:29:51 | admin | create | |
|