diff options
Diffstat (limited to 'development/es-shell/README')
-rw-r--r-- | development/es-shell/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/es-shell/README b/development/es-shell/README new file mode 100644 index 0000000000..b2d8678a1f --- /dev/null +++ b/development/es-shell/README @@ -0,0 +1,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. |