Related articles |
---|
Seed7 Release 2009-07-19 thomas.mertes@gmx.at (tm) (2009-07-19) |
From: | tm <thomas.mertes@gmx.at> |
Newsgroups: | comp.compilers |
Date: | Sun, 19 Jul 2009 12:13:01 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | available |
Posted-Date: | 19 Jul 2009 16:42:48 EDT |
Hello,
I have released a new version of Seed7: seed7_05_20090719.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 charsets.s7i library was improved to support the character sets
armscii_8, geostd8, ns_4551_1, utf-16be, utf-16le and utf-7.
- The functions utf16beToStri, utf16leToStri,
removeUtf16SurrogatePairs and utf7ToStri were added to the
charsets.s7i library.
- The functions getWord, getNonDigits and getQuotedText were added to
the scanfile.s7i library.
- The functions skipLine and getLine were added to the scanstri.s7i
library.
- Several changes in the interpreter and the runtime library were
done to reduce the number of warnings generated by the C compiler.
- The file src/read_me.txt was improved to explain C compiler
warnings because of unused parameter 'arguments'.
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.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.