Seed7 Release 2010-03-07

tm <thomas.mertes@gmx.at>
Sun, 7 Mar 2010 14:19:42 -0800 (PST)

          From comp.compilers

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

From: tm <thomas.mertes@gmx.at>
Newsgroups: comp.compilers
Date: Sun, 7 Mar 2010 14:19:42 -0800 (PST)
Organization: Compilers Central
Keywords: available
Posted-Date: 08 Mar 2010 00:34:11 EST

Hello,


I have released a new version of Seed7: seed7_05_20100307.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 functions in the gethttp.s7i library were improved to allow
    the specification of a port number as part of the location (e.g.:
    localhost:1080/index.htm).
- The tarx.sd7 (tar archiving utility) example program was renamed to
    tar7.sd7 .
- The codepage 8859_11 was added to the charsets.s7i library.
- The bas7.sd7 (basic interpreter) example program was improved.
- The toutf8.sd7 example program was improved to write an explanation
    and to support several IANA/MIME charset names.
- An explanation what to do, when the path of the bcc32 C compiler
    contains a space, was added to 'src/read_me.txt'.
- Documentation comments were added to the charsets.s7i library.


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.