Seed7 Release 2007-12-10

thomas.mertes@gmx.at
Mon, 10 Dec 2007 14:15:14 -0800 (PST)

          From comp.compilers

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

From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: Mon, 10 Dec 2007 14:15:14 -0800 (PST)
Organization: Compilers Central
Keywords: available
Posted-Date: 10 Dec 2007 20:34:02 EST

Hello,


I have released a new version of Seed7: seed7_05_20071210.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 interpreter was improved to flag match errors only once
    instead of multiple times.
- The graph.s7i library was improved to define the type pointList
    and the function genPointList (to create a pointList from an
    integer array of x and y coordinates).
- The functions polyLine and fpolyLine (to draw polygons and filled
    polygons) were added to the draw.s7i library .
- The functions pos (search for a character in a string) and
    isDigitString were added to the seed7_05.s7i library.
- Several testcases were added to the chkint.sd7 and chkstr.sd7
    programs.
- The drwSetTransparentColor function was added to the drw_x11.c
    driver.
- An analog clock program (clock3.sd7) provided by Volker Schuller
    was added.
- The compiler was improved to support the new graphic and string
    functions.


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.



Post a followup to this message

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