New Seed7 Release 2006-11-20

thomas.mertes@gmx.at
20 Nov 2006 17:44:47 -0500

          From comp.compilers

Related articles
New Seed7 Release 2006-11-20 thomas.mertes@gmx.at (2006-11-20)
| List of all articles for this month |

From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: 20 Nov 2006 17:44:47 -0500
Organization: Compilers Central
Keywords: available, OOP
Posted-Date: 20 Nov 2006 17:44:47 EST

Hello,


I have released a new version of Seed7: seed7_05_20061120.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 rand function and the +:= and -:= operators were added to
    the bigInteger library.
- The checks for bigInteger addition and subtraction in chkbig.sd7
    were improved and checks for the +:= and -:= operators
    were added.
- The compiler support for bigInteger was improved.
- The documentation (manual and faq) was improved.


Greetings Thomas Mertes


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



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.