diff options
author | agc <agc@pkgsrc.org> | 2003-10-04 20:33:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-10-04 20:33:59 +0000 |
commit | 0683042e75695744932cb2645c5d44ee8b23bbf0 (patch) | |
tree | f50d2249fed8d744b8a4db41a1c75bd219730187 /doc | |
parent | c83fc419abaab404fb29ba395c4fafd96efb7ccd (diff) | |
download | pkgsrc-0683042e75695744932cb2645c5d44ee8b23bbf0.tar.gz |
You can never have enough scheme interpreters.
Initial import of scm-5d8 into the NetBSD Packages Collection. Provided in
PR 22186 by David S., modified slighly by myself.
Scm is a portable R5RS Scheme implementation written in C.
* Support for SICP, R2RS, R3RS, and R5RS scheme code.
* Is fully documented in TeXinfo form, allowing documentation to be
generated in info, TeX, html, nroff, and troff formats.
* Supports inexact real and complex numbers, 30 bit immediate integers
and large precision integers.
* Many Common Lisp functions: logand, logor, logxor, lognot, ash,
logcount, integer-length, bit-extract, defmacro, macroexpand,
macroexpand1, gentemp, defvar, force-output, software-type,
get-decoded-time, get-internal-run-time, get-internal-real-time,
delete-file, rename-file, copy-tree, acons, and eval.
* Char-code-limit, most-positive-fixnum, most-negative-fixnum, and
internal-time-units-per-second constants. *Features* and
*load-pathname* variables.
* Arrays and bit-vectors. String ports and software emulation ports.
I/O extensions providing ANSI C and POSIX.1 facilities.
* Interfaces to standard libraries
* Available add-on packages including an interactive debugger, database,
X-window graphics, BGI graphics, Motif, and Open-Windows packages.
* A compiler (HOBBIT) and dynamic linking of compiled modules.
* User definable responses to interrupts and errors,
Process-syncronization primitives. Setable levels of monitoring
and timing information printed interactively (the verbose function).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index beb791de344..3056d2dbc5a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3633 2003/10/04 19:19:12 jschauma Exp $ +$NetBSD: CHANGES,v 1.3634 2003/10/04 20:33:59 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -4068,3 +4068,4 @@ Changes to the packages collection and infrastructure in 2003: Added chkfontpath-1.9.7 [hubertf 2003-10-03] Updated navi2ch to 1.7.1 [toshii 2003-10-04] Added xylem-1.8.7 [jschauma 2003-10-04] + Added scm-5d8 [agc 2003-10-04] |