Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / umb-scheme / DESCR
blob04a3e172fa4f72ae8d75ad9bc113a530415a9cc9
1 UMB Scheme is an implementation of the language described in the
2 "IEEE Standard for the Scheme Programming Language" (December,
3 1990).
5 All syntax, variables and procedures are implemented.  Integers
6 are implemented as fixnums and bignums, rationals as pairs of
7 integers, (inexact) reals as double-precision floats, and (inexact)
8 complex numbers as pairs of double-precision floats.