OILS / doc / old / project-tour.md View on Github | oilshell.org

17 lines, 13 significant
1---
2in_progress: yes
3---
4
5A Tour of the Oils Project
6==========================
7
8The 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