From: tm on
Hello,

I have released a new version of Seed7: seed7_05_20100117.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:
- The seed7_05.s7i library was improved to support union (|),
intersection (&), difference (-) and symmetric difference (><) for
sets implemented with hashes like 'set of string'.
- The "tarx.sd7" example program was improved to create archives
correctly, even when the file names are longer than 100 chars.
- The bas7.sd7 (basic interpreter) example program was improved.

Greetings Thomas Mertes

Seed7 Homepage: http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, portable, runs under linux/unix/windows.
 | 
Pages: 1
Prev: sockets on wondows
Next: Animation for game