nickle 2.70-1 source package in Ubuntu

Changelog

nickle (2.70-1) unstable; urgency=low

  * Make parse_csv_t type public
  * Throw 'bad_csv_parse' exception on unclosed quotes
  * Add factorial tests
  * Repliace naïve factorial algorithm with the prime swing
    algorithm defined by Peter Luschny
  * Update to standard 3.8.4
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:50:27 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Keith Packard
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nickle_2.70.orig.tar.gz 474.8 KiB a73a285ee2876f3bf0af07b677a0cbb71852829aea6cee15acbfcea47fbbf073
nickle_2.70-1.diff.gz 6.0 KiB 691b0d8293893d424e9dbf3703e37c1b040a31137072d17a08368903e83a6add
nickle_2.70-1.dsc 936 bytes 33e5491f4ae7c7f916e0f01e923688a8f5c8669803b92793b626f360d72e5526

Available diffs

View changes file

Binary packages built by this source

nickle: desk calculator language

 Nickle is a language with powerful programming and scripting capabilities.
 Nickle supports a variety of datatypes, especially 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 differently, and a very few features are
 simply missing.