1 | ---
|
2 | in_progress: yes
|
3 | ---
|
4 |
|
5 | A Tour of the Oils Project
|
6 | ==========================
|
7 |
|
8 | The project has many components!
|
9 |
|
10 | - [OSH]($xref:OSH) - the compatible shell
|
11 | - [YSH]($xref:YSH) - the shell with data tYpes, influenced by pYthon, JavaScript, Lisp, ...
|
12 | - The common shell runtime, with garbage-collected data structures.
|
13 | - Builtin commands and functions, described in the [Oils
|
14 | Reference](ref/index.html).
|
15 | - The interactive shell, and [headless mode](headless.html).
|
16 | - [Documentation](index.html) and [the blog](/blog/).
|
17 |
|