Groups | Search | Server Info | Login | Register
Groups > comp.compilers > #289
| From | tm <thomas.mertes@gmx.at> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Seed7 Release 2011-10-03 |
| Date | 2011-10-03 12:35 -0700 |
| Organization | Compilers Central |
| Message-ID | <11-10-007@comp.compilers> (permalink) |
Hello, I have released a new version of Seed7: seed7_05_20111003.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: - A check for MEMORY_ERROR was removed from "chkexc.sd7" (thanks to Pietro Cerutti for pointing out problems under 64-bit FreeBSD). - Documentation comments in "complex.s7i", "draw.s7i", "float.s7i", "external_file.s7i", "forloop.s7i", "html_ent.s7i", "keybd.s7i", "null_file.s7i", "socket.s7i", "stdio.s7i" and "xml_ent.s7i" were improved. - The compiler (comp.sd7) and the makefiles were improved, such that executables only link console libraries (ncurses, etc.), when necessary. - The function 'encodeHtmlContent' was added to "html_ent.s7i". - The function 'fromPercentEncoded' was moved from "cgi.s7i" to "encoding.s7i". - The functions 'toPercentEncoded', 'toUrlEncoded' and 'fromUrlEncoded' were added to the library "encoding.s7i". - Compiler, runtime libraries and makefiles were improved to support the configuration macros CONSOLE_LIB (name of the Seed7 console library) and SYSTEM_CONSOLE_LIBS (link option for the console library of the OS). - The makefiles were improved to write all dependencies in the file "depend", instead of "depend", "a_depend", "b_depend", "c_depend" and "d_depend". 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-10-03 tm <thomas.mertes@gmx.at> - 2011-10-03 12:35 -0700
csiph-web