Seed7 2007-10-25 (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:
A new example program (mahjong.sd7) was added. An include file (mahjng32.s7i) that contains mahjong tiles was added. The interpreter and the compiler were improved to support the gkb_window action. The close interface function was changed to work for the type graphFile.
|