Tech Support > Microsoft Windows > Development Resources > New Seed7 Release 2006-09-10
New Seed7 Release 2006-09-10
Posted by thomas.mertes@gmx.at on September 10th, 2006


Hello,

I have released a new version of Seed7: seed7_05_20060910.tgz

In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.

Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).

Changelog:
- A new include file (bigint.s7i) and a new example program
(chkbig.sd7) were added.
- Changes in the compiler to support some bigInteger functionality
were done.
- Support for the str_elemcpy action was added to the compiler.

Greetings Thomas Mertes

Seed7 Homepage: http://seed7.sourceforge.net
Project page: http://sourceforge.net/projects/seed7


Similar Posts