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 158 forks source link

shopt -s redefine_const (leftover from modules v1) #948

Open andychu opened 3 years ago

andychu commented 3 years ago

I think we have a good design:

https://oilshell.zulipchat.com/#narrow/stream/121540-oil-discuss/topic/Module.20Brainstorming

See doc/modules.md too

andychu commented 3 years ago

This is a simpler version of #453

andychu commented 3 years ago

It's called runproc, like builtin and command

https://github.com/oilshell/oil/commit/cfedf4ec5cec4db11bb07f06aac62dbdb9c3ccdd

andychu commented 3 years ago

We need _this_dir

https://news.ycombinator.com/item?id=27378444

andychu commented 2 years ago