diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-31 10:06:38 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-31 10:06:38 +0000 |
commit | b72548d7d9e8dca83a26defe1eb9039498c5c3ce (patch) | |
tree | 8b33a9a51f9c19ce812d8a971aaf787d46255d88 /lang/rscheme/pkg-descr | |
parent | 44f83f60509d1417906a83a90bbc689f55899e58 (diff) | |
download | FreeBSD-ports-b72548d7d9e8dca83a26defe1eb9039498c5c3ce.zip FreeBSD-ports-b72548d7d9e8dca83a26defe1eb9039498c5c3ce.tar.gz |
Add rscheme 0.7.3.1, an object-oriented, extended version of the
Scheme dialect of Lisp.
Diffstat (limited to 'lang/rscheme/pkg-descr')
-rw-r--r-- | lang/rscheme/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/rscheme/pkg-descr b/lang/rscheme/pkg-descr new file mode 100644 index 0000000..7871d76 --- /dev/null +++ b/lang/rscheme/pkg-descr @@ -0,0 +1,11 @@ +RScheme is an object-oriented, extended version of the Scheme dialect of Lisp. +RScheme is freely redistributable, and offers reasonable performance despite +being extraordinarily portable. RScheme can be compiled to C, and the C can +then compiled with a normal C compiler to generate machine code. By default, +however, RScheme compiles to bytecodes which are interpreted by a (runtime) +virtual machine. This ensures that compilation is fast and keeps code size +down. In general, we recommend using the (default) bytecode code generation +system, and only compiling your time-critical code to machine code. This +allows a nice adjustment of space/time tradeoffs. + +WWW: http://www.rscheme.org/ |