Seed7 Release 2008-12-21

thomas.mertes@gmx.at
Sun, 21 Dec 2008 12:33:10 -0800 (PST)

          From comp.compilers

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

From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: Sun, 21 Dec 2008 12:33:10 -0800 (PST)
Organization: Compilers Central
Keywords: available
Posted-Date: 21 Dec 2008 15:37:59 EST

Hello,


I have released a new version of Seed7: seed7_05_20081221.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 chapter about the Seed7 structured syntax definition in the
    manual was improved (thanks to James Harris for the suggestions and
    the proofreading).
- A new library named gethttp.s7i, which contains support to get data
    with the HTTP protocol, was added.
- A new library named html.s7i, which contains support functions for
    HTML, was added.
- The bas7.sd7 (basic interpreter) example program was improved.
- The compiler (comp.sd7) was improved to support the addresses of
    ITF_CPY and ITF_CREATE. That way hash tables with interface values
    are supported.


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.