diff options
author | will <will@FreeBSD.org> | 2002-06-27 22:32:30 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-27 22:32:30 +0800 |
commit | b622a506453fdb027cc659e558df7885166ba80e (patch) | |
tree | 86cde97b2362e28d94693ae1c26f8adf9c330ab7 /lang/qscheme/pkg-descr | |
parent | c801b903464d8f1ad23cfa270912c5938e81aef8 (diff) | |
download | freebsd-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-descr | 12 |
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 |