Seed7 Release 2009-12-06

tm <thomas.mertes@gmx.at>
Sun, 6 Dec 2009 14:19:07 -0800 (PST)

          From comp.compilers

Related articles
Seed7 Release 2009-12-06 thomas.mertes@gmx.at (tm) (2009-12-06)
| List of all articles for this month |

From: tm <thomas.mertes@gmx.at>
Newsgroups: comp.compilers
Date: Sun, 6 Dec 2009 14:19:07 -0800 (PST)
Organization: Compilers Central
Keywords: available
Posted-Date: 08 Dec 2009 21:35:54 EST

Hello,


I have released a new version of Seed7: seed7_05_20091206.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 chapters explaining operating system access, primitive actions
    and exceptions in the manual were improved.
- The codepages 708, 862, 864 and 874 were added to the charsets.s7i
    library.
- The functions 'remove' and 'rename' were renamed to 'removeFile'
    and 'moveFile' in various files.
- The functionality of 'removeFile' was changed such that removing a
    nonexisting file raises an exception.
- The functionality of 'moveFile' was changed such that moving to an
    existing file raises an exception.
- The compiler was improved to use the function floatLiteral to write
    occurrences of float literals to the generated C program.
- The functions actStr, act_str, filLit, fltDgts, refCatStr, refStr,
    typStr and typ_str were changed to use cstri_to_stri() instead of
    cstri_expand().
- The compiler (comp.sd7) and the interpreter (hi) were improved to
    support the actions BST_LNG and BST_VALUE.
- The toutf8.sd7 example program was improved to support more
    codepages.


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.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.