aboutsummaryrefslogtreecommitdiff
path: root/lang/klone/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/klone/pkg-descr')
-rw-r--r--lang/klone/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/klone/pkg-descr b/lang/klone/pkg-descr
new file mode 100644
index 000000000000..b736c35ae7c5
--- /dev/null
+++ b/lang/klone/pkg-descr
@@ -0,0 +1,7 @@
+KLONE is a small and fast fully interpreted language intended to be
+embedded into C applications to provide them with a powerful, yet fast
+and small extension language. Its syntax is very inspired from Lisp (its
+external syntax has been kept as close as possible to Common Lisp as
+possible), but its implementation is original and efficient, to give full
+extensibility, intimate interfacing to C, incremental garbage collection,
+and full portability on either K&R or ANSI C.