Groups | Search | Server Info | Login | Register
Groups > comp.compilers > #118
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!news.iecc.com!nerds-end |
|---|---|
| From | tm <thomas.mertes@gmx.at> |
| Newsgroups | comp.compilers |
| Subject | Seed7 Release 2011-05-08 |
| Date | Sun, 8 May 2011 15:08:33 -0700 (PDT) |
| Organization | Compilers Central |
| Lines | 43 |
| Sender | news@iecc.com |
| Approved | comp.compilers@iecc.com |
| Message-ID | <11-05-010@comp.compilers> (permalink) |
| NNTP-Posting-Host | news.iecc.com |
| X-Trace | gal.iecc.com 1305039073 5023 64.57.183.58 (10 May 2011 14:51:13 GMT) |
| X-Complaints-To | abuse@iecc.com |
| NNTP-Posting-Date | Tue, 10 May 2011 14:51:13 +0000 (UTC) |
| Keywords | available |
| Posted-Date | 10 May 2011 10:51:13 EDT |
| X-submission-address | compilers@iecc.com |
| X-moderator-address | compilers-request@iecc.com |
| X-FAQ-and-archives | http://compilers.iecc.com |
| Xref | x330-a1.tempe.blueboxinc.net comp.compilers:118 |
Show key headers only | View raw
Hello, I have released a new version of Seed7: seed7_05_20110508.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: - FAQ answers about Seed7s application area, Unicode support, Seed7s closures and how the compiler implements them, were added. - A new example program (sydir7.sd7), an utility to syncronize directory trees, was added. - The comanche.sd7 webserver was improved to use the Seed7 interpreter (hi) to execute CGI scripts with the extension ".sd7". - Interpreter, compiler and runtime library were improved to support the action CMD_TO_OS_PATH. - The compiler (comp.sd7) was improved to create #line directives with the path notation of the operating system. - The file "setpaths.c" was added. It is used during the make process to write the configuration macros SEED7_LIB, COMPILER_LIB, COMP_DATA_LIB and SEED7_LIBRARY to the file "version.h". - The makefiles mk_mingw.mak, mk_nmake.mak, mk_msvc.mak, mk_bcc32.mak and mk_bccv5.mak were improved to use the new file "setpaths.c", instead of creating their own versions of "setpaths.c". - The configuration macros SEED7_LIB, COMPILER_LIB, COMP_DATA_LIB and SEED7_LIBRARY were changed to use the standard path representation and UTF-8 encoding. - The function relativeToProgramPath was added to the file "striutl.c". 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.compilers | Previous | Next | Find similar
Seed7 Release 2011-05-08 tm <thomas.mertes@gmx.at> - 2011-05-08 15:08 -0700
csiph-web