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 rem, mod, times, minIdx,
maxIdx, rand, insert, category, local_vars,
local_consts, setCategory, setParams, 'in', 'not
in', make_list, pos, &:=, @:=, and bufferChar in
the manual were improved. The functions fcast,
fvarCast, varConv, varConv TRACE_REF, pos, [minIdx
.. maxIdx], minIdx, maxIdx, minIntIdx, maxIntIdx,
card, xalloc, ord, getwd, and getln in
seed7_05.s7i were improved. The compiler support
for the actions arr_maxidx, arr_minidx, flt_icast,
int_pow, rfl_ipos, and sct_alloc was improved. The
functions arr_maxidx, arr_minidx, bigUIConv,
rflIpos, and flt_icast were added.