Seed7 Release 2010-09-19

tm <thomas.mertes@gmx.at>
Sun, 19 Sep 2010 13:43:58 -0700 (PDT)

          From comp.compilers

Related articles
Seed7 Release 2010-09-19 thomas.mertes@gmx.at (tm) (2010-09-19)
| List of all articles for this month |

From: tm <thomas.mertes@gmx.at>
Newsgroups: comp.compilers
Date: Sun, 19 Sep 2010 13:43:58 -0700 (PDT)
Organization: Compilers Central
Keywords: available
Posted-Date: 19 Sep 2010 22:05:35 EDT

Hello,


I have released a new version of Seed7: seed7_05_20100919.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 chapter explaining string indexing in the manual was improved.
- The compiler (comp.sd7) and the hi interpreter were improved to
    support the actions "ITF_CMP" and "ITF_HASHCODE".
- The parameter names of the functions arc, chord and pieslice in
    the "draw.s7i" library were changed to startAngle and sweepAngle.
- The compiler was improved such that compiled programs which use
    SIGALARM (the functions 'wait' and 'await' from the "time.s7i"
    library may use SIGALARM) can be terminated with ctrl-c followed
    by * and enter.
- Parameter names were added to the prototypes in the file
    "drw_drv.h".
- The function drwPFArcPieSlice in "drw_win.c" was implemented.
- The functions drwFCircle and drwPFCircle in "drw_x11.c were
    improved.


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.