Seed7 Release 2008-11-16

thomas.mertes@gmx.at
Sun, 16 Nov 2008 13:33:25 -0800 (PST)

          From comp.compilers

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

From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: Sun, 16 Nov 2008 13:33:25 -0800 (PST)
Organization: Compilers Central
Keywords: available
Posted-Date: 16 Nov 2008 17:54:11 EST

Hello,


I have released a new version of Seed7: seed7_05_20081116.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 compilation with the bcc32 C compiler from BDS was
    improved such that the chk_all.sd7 check program succeeds.
- The FAQ about the operating systems supported by Seed7, was
    improved.
- A chapter describing how to replace pointers with interface types
    was added to the manual.
- The obsolete use of the operator >> and << for file input and
    output was removed from the seed7_05.s7i library.
- The general check program chk_all.sd7 was improved to check also
    for the successful compilation of the compiler.
- The compiler (comp.sd7) was improved to generate C programs which
    are acceptable for the bcc32 C compiler.
- The compiler was improved to check that a temporary tmp_*.c file is
    marked with a temp_marker.
- The documentation file src/read_me.txt was improved to explain the
    #define value CHECK_INT_DIV_BY_ZERO.


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.