mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
7 lines
414 B
Plaintext
7 lines
414 B
Plaintext
Nickle is a desk calculator language with powerful programming and
|
|
scripting capabilities. Nickle supports a variety of datatypes, espe-
|
|
cially arbitrary precision integers, rationals, and imprecise reals.
|
|
The input language vaguely resembles C. Some things in C which do not
|
|
translate easily are different, some design choices have been made dif-
|
|
ferently, and a very few features are simply missing.
|