Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.compilers > #244
| From | tm <thomas.mertes@gmx.at> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Seed7 Release 2011-08-16 |
| Date | 2011-08-16 13:19 -0700 |
| Organization | Compilers Central |
| Message-ID | <11-08-027@comp.compilers> (permalink) |
Hello, I have released a new version of Seed7: seed7_05_20110816.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: - An explanation how the syntax of Seed7 is defined, was added to the FAQ. - Documentation comments were added to "math.s7i", "shell.s7i" - A declaration of Euler's number was added to "math.s7i". - The function 'getCommandLineWord' was added to "scanstri.s7i". - The functions 'shell', 'cmd_sh', 'popen' and 'popen8' in "shell.s7i" were improved to work correctly under the supported operating systems, even when command and parameters contain spaces. - The library "screen.s7i" was renamed to "console.s7i" and the function 'open(SCREEN)' was renamed to 'open(CONSOLE)'. - The makefile "mk_bcc32.mak" was improved to work correctly for version 6.71 of bcc32 (thank you to the anonymous google account user, for posting his findings to the Seed7 forum). 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-08-16 tm <thomas.mertes@gmx.at> - 2011-08-16 13:19 -0700
csiph-web