Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #427
| From | tm <thomas.mertes@gmx.at> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Seed7 Release 2012-01-15 |
| Date | 2012-01-15 12:08 -0800 |
| Organization | Compilers Central |
| Message-ID | <12-01-028@comp.compilers> (permalink) |
Hello, I have released a new version of Seed7: seed7_05_20120115.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 functions shellEscape and toShellPath were added to the "shell.s7i" library. - The compiler (comp.sd7) was improved to use 'toShellPath'. Now the compiler works for source files, which contain spaces in their name. - Compiler and interpreter were improved to support the action "CMD_SHELL_ESCAPE" (this action implements the function 'shellEscape'). - The "ftp7.sd7" example program was improved to support the 'dir' command. - The "ftpserv.sd7" example program was improved to support the commands FEAT, MLST, MLSD, DELE, MODE and STRU. - The functions listDir and bigFileSize were added to the "ftp.s7i" library. - The configuration program "setpaths.c" was improved to support the compilation of Seed7 in a directory with an Unicode name, which contains characters outside of the Basic Multilingual Plane. 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 2012-01-15 tm <thomas.mertes@gmx.at> - 2012-01-15 12:08 -0800
csiph-web