Seed7 Release 2009-08-02

tm <thomas.mertes@gmx.at>
Sun, 2 Aug 2009 21:50:15 -0700 (PDT)

          From comp.compilers

Related articles
Seed7 Release 2009-08-02 thomas.mertes@gmx.at (tm) (2009-08-02)
| List of all articles for this month |

From: tm <thomas.mertes@gmx.at>
Newsgroups: comp.compilers
Date: Sun, 2 Aug 2009 21:50:15 -0700 (PDT)
Organization: Compilers Central
Keywords: available
Posted-Date: 06 Aug 2009 14:00:09 EDT

Hello,


I have released a new version of Seed7: seed7_05_20090802.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 FAQ about static type checking was improved.
- The chapters explaining the for-each statement and the types
    integer, hash and set in the manual were improved.
- The chapters explaining the file types external_file, utf8_file,
    keyboard_file and socket in the manual were added or improved.
- The chapters explaining file scanning and the function
    argv(PROGRAM) were improved.
- Documentation comments were added to the functions flush, writeln,
    eof, hasNext, length, listen and accept in socket.s7i .
- The functions gets(utf16le_file, integer) and
    gets(utf16be_file, integer) in the utf16.s7i library were improved.


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.