Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #1474
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
|---|---|
| From | thomas.mertes@gmx.at |
| Newsgroups | comp.programming |
| Subject | ANN: Seed7 Release 2012-04-15 |
| Date | Sun, 15 Apr 2012 12:34:49 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 49 |
| Message-ID | <11484963.580.1334518489778.JavaMail.geo-discussion-forums@vbmq16> (permalink) |
| NNTP-Posting-Host | 84.112.82.23 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1334518490 9121 127.0.0.1 (15 Apr 2012 19:34:50 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Sun, 15 Apr 2012 19:34:50 +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 |
| Xref | csiph.com comp.programming:1474 |
Show key headers only | View raw
Hello, I have released a new version of Seed7: seed7_05_20120415.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: - Documentation comments were added to "shell.s7i". - A description of several C preprocessor macros used in "version.h" was added to the file "src/read_me.txt". - In "chkset.sd7" tests for set difference and symmetric difference were added and tests for set intersection and set membership were improved. - The compiler (comp.sd7) was improved to support the functions 'pipe2' and 'pty' (actions: CMD_PIPE2 and CMD_PTY). - The compiler was improved to provide better optimization for set difference, intersection, union and membership. - The tracing support for sets in the compiler was improved. - The program "chkccomp.c" was improved to use the C compiler to determine elements from the FILE structure. - The new experimental function 'cmdPty' was added to "cmd_unx.c" and "cmd_win.c". - The function 'filInputReady' in "fil_unx.c" and "fil_win.c" was improved to use the macro 'read_buffer_empty' (which is defined in "version.h" by the program "chkccomp.c"). - The makefiles were changed to write several macro definitions to "version.h", before the program "chkccomp.c" is compiled. This way "chkccomp.c" gets information about the C compiler from "version.h". - The functions 'setDiff' and 'setSymdiff' in "set_rtl.c" were improved to work correctly for big sets. - The function 'setNotElem' was removed from "set_rtl.c" and the compiler was changed to use !setElem() instead of setNotElem(). - The function 'prot_set' in "traceutl.c" was improved to work correctly, when 64-bit bitset elements are used. 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.
Back to comp.programming | Previous | Next | Find similar
ANN: Seed7 Release 2012-04-15 thomas.mertes@gmx.at - 2012-04-15 12:34 -0700
csiph-web