The Frink Language 2008-01-22 (Default branch) |
|
|
Frink is a calculating tool and programming language designed to help
you in the real world. It tracks units of measurement throughout all
calculations and ensures that answers are correct. It converts
between systems of measurement and has a huge library of physical
data. It handles conversions between time zones, currencies, and
historical values of the U.S. dollar and the British pound,
translates between several languages, does date/time math, and more.
License: Other/Proprietary License
Changes:
This release fixes an obscure but important bug
when dividing large integers. In some uncommon
cases, the program could print
NotAnIntegerException and halt instead of dividing
the numbers. In addition, this release adds a
"multi-line" input mode to the AWT GUI, allowing
easier entry of multi-line constructs such as
complex functions, loops, and control flow
structures from within interactive mode.
|