summaryrefslogtreecommitdiff
path: root/lang/siod/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:20:13 +0000
committerzuntum <zuntum>2001-11-01 00:20:13 +0000
commit21b47178a2509fb914e8d69116de89c76d5ad1d2 (patch)
tree0862d71c7e976f8aa56175851882e33495f691e4 /lang/siod/DESCR
parent16ff46ca76478d2bdb2f7fdacc3090d33a2dc38c (diff)
downloadpkgsrc-21b47178a2509fb914e8d69116de89c76d5ad1d2.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/siod/DESCR')
-rw-r--r--lang/siod/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/siod/DESCR b/lang/siod/DESCR
new file mode 100644
index 00000000000..218d9bb617b
--- /dev/null
+++ b/lang/siod/DESCR
@@ -0,0 +1,16 @@
+SIOD is a small-footprint implementation of the Scheme programming
+language that is provided with some database, unix programming and cgi
+scripting extensions.
+
+The motivation behind SIOD remains a small footprint, in every sense
+of the word, at runtime, at compile time, and in cognitive attention
+required to understand how the system works enough to be able to
+extend it as well as the author would have done the work himself.
+
+About eight years have passed since that initial release. It has been
+possible to add a feature or two without contributing to the cause of
+software bloat, with the code segment of the libsiod shared library
+remaining under 75K bytes on a prototypical comparison machine like a
+VAX. Furthermore, as the richness of the C runtime library available
+on most systems has improved over time, SIOD remains a useful kind of
+glue to have in a software engineers toolbox.