summaryrefslogtreecommitdiff
path: root/lang/umb-scheme/DESCR
blob: 04a3e172fa4f72ae8d75ad9bc113a530415a9cc9 (plain)
1
2
3
4
5
6
7
8
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.