Seed7 2008-04-20 (Default branch) |
|
|
Seed7 is a general purpose programming language.
It is a higher level language compared to Ada,
C++, and Java. In Seed7, new statements and
operators can be declared easily. Functions with
type results and type parameters are more elegant
than a template or generics concept. Object
orientation is used when it brings advantages and
not in places when other solutions are more
obvious. Although Seed7 contains several concepts
of other programming languages, it is generally
not considered as a direct descendant of any other
programming language.
License: GNU General Public License (GPL)
Changes:
The descriptions of log2, gcd, lowestSetBit, 'rem', 'mdiv', and 'mod' in the manual were improved. The functions gcd and modInverse were added to bigint.s7i. The programs chkbig.sd7, chkexc.sd7, and chk_all.sd7 were improved. The compiler (comp.sd7) was improved to work with GMP's bigIntegers. The handling of various functions in the compiler was improved. Three example programs were added. The file big_gmp.c was added to use the GMP library. The file big_rtl.c was improved to work with a BIGDIGIT_SIZE of 32. Two chapters about warnings and the GMP library where added to read_me.txt.
|