Closed lthibault closed 4 years ago
This PR replaces Env.parent with a pure stack-copying approach to Env.fork(). Previous discussion.
Env.parent
Env.fork()
N.B.: this is to be merged in feature/interpreter, not master.
feature/interpreter
master
Naturally, I'm happy to discuss any use-cases for Env.parent that I may have overlooked!
(P.S.: if you're happy with this, feel free to merge.)
This PR replaces
Env.parent
with a pure stack-copying approach toEnv.fork()
. Previous discussion.N.B.: this is to be merged in
feature/interpreter
, notmaster
.Naturally, I'm happy to discuss any use-cases for
Env.parent
that I may have overlooked!(P.S.: if you're happy with this, feel free to merge.)