Seed7 Release 2007-01-04

thomas.mertes@gmx.at
5 Jan 2007 05:51:31 -0500

          From comp.compilers

Related articles
Seed7 Release 2007-01-04 thomas.mertes@gmx.at (2007-01-05)
| List of all articles for this month |

From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: 5 Jan 2007 05:51:31 -0500
Organization: Compilers Central
Keywords: available, OOP
Posted-Date: 05 Jan 2007 05:51:31 EST

Hello,


I have released a new version of Seed7: seed7_05_20070104.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 hashtype was changend to maintain the size of the hash instead of
    computing it.
- The &:= statement for the type ref_list was added.
- The compiler was improved to support 'in var' parameters.
- A new include file (complex.s7i) to support complex numbers was
    added.
- The support for the bigIConv, bigOrd, cmdMkdir, drwPArc, drwPCircle,
    drwPFEllipse, filBigLng, filBigSeek and filBigTell functions was
    added to the compiler.


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.