mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
9 lines
383 B
Plaintext
9 lines
383 B
Plaintext
UMB Scheme is an implementation of the language described in the
|
|
"IEEE Standard for the Scheme Programming Language" (December,
|
|
1990).
|
|
|
|
All syntax, variables and procedures are implemented. Integers
|
|
are implemented as fixnums and bignums, rationals as pairs of
|
|
integers, (inexact) reals as double-precision floats, and (inexact)
|
|
complex numbers as pairs of double-precision floats.
|