summaryrefslogtreecommitdiff
path: root/shells/scsh/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/DESCR')
-rw-r--r--shells/scsh/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/shells/scsh/DESCR b/shells/scsh/DESCR
new file mode 100644
index 00000000000..c4464518c2d
--- /dev/null
+++ b/shells/scsh/DESCR
@@ -0,0 +1,15 @@
+Scsh is a Unix shell in that is has significant syntax extensions to
+make writing Unix shell scripts easy (constructing pipelines, setting
+I/O redirection, conditional execution etc.). It also offers access to
+lower-level functionality like all Posix system calls, TCP/IP sockets
+and a full-featured regular expression library. This is embedded into
+a general-purpose programming language with real data types,
+extensive, syntactically clean control constructs and "real" quoting
+rules.
+
+Scsh is also a full implementation of R4RS Scheme with some
+non-standard behavior (required for scripting). As a result, a wide
+variety of existing Scheme code can be used.
+
+The underlying Scheme implementation is a virtual machine for compact
+byte code.