Seed7 Release 2010-07-18

tm <thomas.mertes@gmx.at>
Sun, 18 Jul 2010 12:19:05 -0700 (PDT)

          From comp.compilers

Related articles
Seed7 Release 2010-07-18 thomas.mertes@gmx.at (tm) (2010-07-18)
| List of all articles for this month |

From: tm <thomas.mertes@gmx.at>
Newsgroups: comp.compilers
Date: Sun, 18 Jul 2010 12:19:05 -0700 (PDT)
Organization: Compilers Central
Keywords: available
Posted-Date: 21 Jul 2010 02:58:21 EDT

Hello,


I have released a new version of Seed7: seed7_05_20100718.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 first steps towards support of variable functions and closures
in the
    compiler ("comp.sd7") were done.
- The generation of code for 'for' loops and the 'div' operator in the
compiler
    was improved.
- The compiler function 'getTemporaryToResultExpr' was improved to
generate
    code without casts from 'floattype' to 'generictype'.
- The function 'rand_32' in "int_rtl.c" was renamed to 'uint_rand' and
improved
    to work better for 64-bit integers.
- A bug that could occur when loading a saved game was fixed in the
example
    program "castle.sd7".
- Tests for conversions from integer to float were added to the
"chkflt.sd7"
    example program.


Greetings Thomas Mertes


Seed7 Homepage: http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, portable, runs under linux/unix/windows.



Post a followup to this message

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