blob: b2d8678a1f08f4bc1d431cb2341ab671831d829a (
plain)
1
2
3
4
5
6
|
Es is an extensible Unix shell with first class functions, lexical
scope, exceptions and rich return values. It is highly influenced by
Plan 9's rc shell, but also borrow ideas from scheme and tcl. It is
a small shell that works well both for interactive use and for
scripting, particularly since its quoting rules are much less
baroque.
|