Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

New Seed7 Release 2006-05-20

1 view
Skip to first unread message

thomas...@gmx.at

unread,
May 22, 2006, 2:07:14 AM5/22/06
to
Hello,

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

thomas...@gmx.at

unread,
May 22, 2006, 2:11:05 AM5/22/06
to

Aaron Gray

unread,
May 24, 2006, 2:08:54 PM5/24/06
to
Hi Thomas,

Do you have an online CVS ?

Aaron

<thomas...@gmx.at> wrote in message
news:1148278034.8...@j73g2000cwa.googlegroups.com...

thomas...@gmx.at

unread,
Jun 2, 2006, 7:47:48 AM6/2/06
to
Aaron Gray <ang.use...@gmail.com> wrote:

> 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

0 new messages