wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

Mirror env() values back to the process #99

Open wduquette opened 4 years ago

wduquette commented 4 years ago

In standard TCL, changes to the env() array are mirrored back to the process, and will affect any subprocesses spawned by the Molt process. Given that Molt currently does not support the standard TCL exec and open commands, this is not a crucial problem; but it ought to be fixed eventually.

wduquette commented 4 years ago

Need to check standard TCL for full semantics, e.g.,