Why Sponsor Oil? | source | version 0.15.0 | all versions | oilshell.org
Warning: Work in progress! Leave feedback on Zulip or Github if you'd like this doc to be updated.
The Oil project aims to transform Unix shell into a better programming language. It's our upgrade path from bash. It's for Python and JavaScript programmers who avoid shell.
These docs are for advanced users:
Reference:
help
builtin.Reference:
help
builtin.Commands are made of words, keywords, and other operators. They're for I/O, control flow, and abstraction.
Words are expressions for strings, and arrays of strings.
Oil has typed expressions, like Python and JavaScript.
Oil supports these languages for data, which are complementary to languages for code.
set -x
.