README 773 B

123456789101112131415
  1. Nickle is a programming language based prototyping environment with
  2. powerful programming and scripting capabilities. Nickle supports a
  3. variety of datatypes, especially arbitrary precision numbers.
  4. The programming language vaguely resembles C. Some things in C which do
  5. not translate easily are different, some design choices have been made
  6. differently, and a very few features are simply missing.
  7. Nickle provides the functionality of UNIX bc, dc and expr in much-
  8. improved form. It is also an ideal environment for prototyping complex
  9. algorithms. Nickle's scripting capabilities make it a nice replacement
  10. for spreadsheets in some applications, and its numeric features nicely
  11. complement the limited numeric functionality of text-oriented languages
  12. such as AWK and PERL.