Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.iecc.com!.POSTED!nerds-end From: thomas.mertes@gmx.at Newsgroups: comp.compilers Subject: Seed7 Release 2012-08-26 Date: Sun, 26 Aug 2012 12:16:57 -0700 (PDT) Organization: Compilers Central Lines: 30 Sender: johnl@iecc.com Approved: comp.compilers@iecc.com Message-ID: <12-08-017@comp.compilers> NNTP-Posting-Host: news.iecc.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: leila.iecc.com 1346214389 93589 64.57.183.58 (29 Aug 2012 04:26:29 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Wed, 29 Aug 2012 04:26:29 +0000 (UTC) Keywords: available Posted-Date: 29 Aug 2012 00:26:28 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: csiph.com comp.compilers:734 Hello, I have released a new version of Seed7: seed7_05_20120826.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: - A chapter, which explains the foreign function interface, was added to the manual. - Syntax descriptions, code examples and tables in the HTML version of the manual were improved. - Documentation comments were added to the file "striutl.c". - A description of several C preprocessor macros used in "version.h" was added to the file "src/read_me.txt". Regards, 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.