Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: thomas.mertes@gmx.at Newsgroups: comp.programming Subject: Google and Microsoft dissmiss their proprietory languages in favor of Seed7 Date: Sun, 1 Apr 2012 11:37:21 -0700 (PDT) Organization: http://groups.google.com Lines: 40 Message-ID: <26218734.131.1333305441615.JavaMail.geo-discussion-forums@vbbff25> NNTP-Posting-Host: 84.112.82.23 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1333305548 9082 127.0.0.1 (1 Apr 2012 18:39:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 1 Apr 2012 18:39:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.112.82.23; posting-account=269_QwoAAADSifhJt6OVa6bEjZR2ZMUB User-Agent: G2/1.0 X-Received-Bytes: 2701 Xref: csiph.com comp.programming:1398 To celebrate this decision a new version of Seed7 was released: seed7_05_20120401.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 program "chkccomp.c" was changed to define the macros 'likely' and 'unlikely' only when __GNUC__ >= 3 holds (thanks to "Rugxulo" for pointing out, that GCC 2.95.3 does not support __builtin_expect() ). - The library "modern27.s7i", which defines the vector font modern27, was added. - The compiler (comp.sd7) was improved to initialize global interface variables correctly. - The function cmdPipe2() in "cmd_win.c" was improved to work correctly. - In "drw_win.c" the functions drawRectangle(), drwPArc(), drwPFArcPieSlice(), drwPCircle(), drwClear(), drwPFCircle(), drwPFEllipse(), drwPLine(), drwPolyLine(), drwFPolyLine() and drwPRect() were improved to raise MEMORY_ERROR when CreatePen() or CreateSolidBrush() fails. - In various makefiles the definition of likely() and unlikely() was removed and a definition of USE_BUILTIN_EXPECT was added. - The descriptions of paths in "seed7/src/read_me.txt", 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.