Seed7 2008-06-08 (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 chapter about symbol scanning from a file in the manual was improved. A new include file (cgi.s7i) to support the Common Gateway Interface was added. A bug in the getLine function of the scanfile.s7i library was fixed. The function fileExists was added to the seed7_05.s7i library. The handling of closures in the compiler (comp.sd7) was improved. A new example program (lander.sd7), which simulates a lunar landing, was added.
|