Seed7 Release 2007-03-05

thomas.mertes@gmx.at
5 Mar 2007 20:39:00 -0500

          From comp.compilers

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

From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: 5 Mar 2007 20:39:00 -0500
Organization: Compilers Central
Keywords: available
Posted-Date: 05 Mar 2007 20:39:00 EST

Hello,


I have released a new version of Seed7: seed7_05_20070305.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 support for float was changed to use IEEE 754 NaN and Infinity
    instead of exceptions.
- The exception checking program chkexc.sd7 was improved and the
    chkflt.sd7 program was added.
- All exponentiation operators were improved to evaluate 0 ** 0 to 1.
- The associativity of the ** operator was changed to work right to
    left.
- A declaration for an = and <> operator was added for interface
    types.
- Basic support for exceptions in compiled programs was added.
- Parts of the manual describing float operations and exponentiation
    were improved.
- The performance of the flt_ipow action was improved.
- The compiler was improved to produce better code for the primitive
    actions arr_sort, arr_times, cls_eq, cls_ne, flt_isnan, flt_log10,
    int_fact, rfl_append, rfl_cpy, rfl_for, rfl_mklist, rfl_ne, rfl_tail
    and str_str.


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.