aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qscheme/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-06-27 22:32:30 +0800
committerwill <will@FreeBSD.org>2002-06-27 22:32:30 +0800
commitb622a506453fdb027cc659e558df7885166ba80e (patch)
tree86cde97b2362e28d94693ae1c26f8adf9c330ab7 /lang/qscheme/pkg-descr
parentc801b903464d8f1ad23cfa270912c5938e81aef8 (diff)
downloadfreebsd-ports-gnome-b622a506453fdb027cc659e558df7885166ba80e.tar.gz
freebsd-ports-gnome-b622a506453fdb027cc659e558df7885166ba80e.tar.zst
freebsd-ports-gnome-b622a506453fdb027cc659e558df7885166ba80e.zip
Add qscheme 0.5.1, a small and fast Scheme interpreter.
PR: 34999 Submitted by: erik@smluc.org
Diffstat (limited to 'lang/qscheme/pkg-descr')
-rw-r--r--lang/qscheme/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/qscheme/pkg-descr b/lang/qscheme/pkg-descr
new file mode 100644
index 000000000000..7cdac23ef041
--- /dev/null
+++ b/lang/qscheme/pkg-descr
@@ -0,0 +1,12 @@
+QScheme is a fast and small implementation of Scheme written in C. QScheme is
+easy to interface and should be easy to use as an extension language.
+
+QScheme currently supports foreign function call and dynamic library. A perl
+like regular expression module is provided as example.
+
+QScheme is really fast: benchmarks (still a little old) shows that it is
+generaly between 2 and 70 times faster than other scheme interpreters.
+
+Documentation and GTK support has been disabled in this port.
+
+WWW: http://www.sof.ch/dan/qscheme/index-e.html