diff options
Diffstat (limited to 'lang/scheme48/pkg-descr')
-rw-r--r-- | lang/scheme48/pkg-descr | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/scheme48/pkg-descr b/lang/scheme48/pkg-descr index 577e7adcf734..a5977c27b4d2 100644 --- a/lang/scheme48/pkg-descr +++ b/lang/scheme48/pkg-descr @@ -14,10 +14,3 @@ slow and floating point is almost nonexistent (see description of floatnums, below). DEFINE-SYNTAX, LET-SYNTAX, LETREC-SYNTAX, and SYNTAX-RULES are supported, but not the rest of the Revised^4 Scheme macro proposal. - -Notes for FreeBSD port: The external dynamic loading doesn't work -properly due in part to non-portable code and limited support by -FreeBSD for SUN dlfcn routines. Unless you need to load external -C code, this is a fine interpreter. - -Ported to FreeBSD by Josh MacDonald, <jmacd@uclink.berkeley.edu> |