oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 159 forks source link

Eval with vars #2044

Closed PossiblyAShrub closed 3 months ago

PossiblyAShrub commented 3 months ago

This is ready for a review.

PossiblyAShrub commented 3 months ago

This is ready for another review.

andychu commented 3 months ago

Oh another thing is that I recently added _io->eval(b) ... that is for pure funcs to run arbitrary shell

We should synchronize that with plain eval (b) eventually. But let's look at the other issue first