Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.misty.com!news.iecc.com!.POSTED!nerds-end From: thomas.mertes@gmx.at Newsgroups: comp.compilers Subject: Seed7 Release 2012-09-23 Date: Sun, 23 Sep 2012 13:25:17 -0700 (PDT) Organization: Compilers Central Lines: 31 Sender: johnl@iecc.com Approved: comp.compilers@iecc.com Message-ID: <12-09-018@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 1348672654 94056 64.57.183.58 (26 Sep 2012 15:17:34 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Wed, 26 Sep 2012 15:17:34 +0000 (UTC) Keywords: available, OOP Posted-Date: 26 Sep 2012 11:17:34 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:754 Hello, I have released a new version of Seed7: seed7_05_20120923.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: - Experimental support for automatic memory management with reference counting was added to the interpreter. - The libraries external_file.s7i, field.s7i, stritext.s7i, gzip.s7i, listener.s7i, pixmap_file.s7i, shell.s7i, socket.s7i, strifile.s7i, dir.s7i, utf16.s7i, utf8.s7i and xmldom.s7i were improved to use the function toInterface. - The function name(PROGRAM) was improved, to return the name of the program without extension and without path. - The interpreter was improved to support the action ITF_DESTR. 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.