summaryrefslogtreecommitdiff
path: root/lang/STk/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'lang/STk/DESCR')
-rw-r--r--lang/STk/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/STk/DESCR b/lang/STk/DESCR
new file mode 100644
index 00000000000..382bb3adb30
--- /dev/null
+++ b/lang/STk/DESCR
@@ -0,0 +1,9 @@
+STk is a Scheme interpreter which can access to the Tk graphical package.
+Concretely it can be seen as the John Ousterhout's Tk package where
+the Tcl language has been replaced by Scheme.
+
+The Scheme interpreter is now R4RS conformant.
+
+This release provides an efficient object oriented system called STklos.
+STklos is a full OO system with multi-inheritance, generic functions,
+multi-methods and a true meta object protocol).