I have released a new version of Seed7: seed7_05_20060520.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 performance of the interpreter was raised by circa 8% with
an improved free list management.
- The graphic and keyborad drivers for windows have been improved.
- A new primitive action (set_arrlit) was defined to create sets from
integer arrays.
- The bas (basic interpreter) example program was improved to support
do loops.
- A sudoku example program (sudoku7) was added.
Greetings Thomas Mertes
Seed7 Homepage: http://seed7.sourceforge.net
Project page: http://sourceforge.net/projects/seed7
Do you have an online CVS ?
Aaron
<thomas...@gmx.at> wrote in message
news:1148278034.8...@j73g2000cwa.googlegroups.com...
> Hi Thomas,
>
> Do you have an online CVS ?
>
> Aaron
At the moment the development of seed7 is done without CVS or
any other versioning system.
I have still to decide upon this issue (using a versioning system and
which one).
In the meantime the released tar files can be used to follow
development.
If you want to participate, you are always welcome.
I would be glad to receive patches in the unified diff format:
diff -urN oldseed7dir/ newseed7dir/ > patch.diff