Share

Seed7

File Release Notes and Changelog

Release Name: seed7_05_20090426.tgz

Notes:
Seed7 - The extensible programming language

Seed7 is a general purpose programming language. It is a
higher level language compared to Ada, C++ and Java. In
Seed7 new statements and operators can be declared easily.
Functions with type results and type parameters are more
elegant than a template or generics concept. Object
orientation is used when it brings advantages and not in
places when other solutions are more obvious. Although
Seed7 contains several concepts of other programming
languages it is generally not considered as a direct
descendant of any other programming language.

More information about the Seed7 programming language:
  Homepage:      http://seed7.sourceforge.net
  Project page:  http://sourceforge.net/projects/seed7


Changes: - The function 'inflate' was added to the gzip.s7i library. - The function getNextHtmlAttribute was added to the scanfile.s7i library. - The functions getNextXmlAttribute and getNextHtmlAttribute were added to the scanstri.s7i library. - A sokoban puzzle game example program (sokoban.sd7) was added. - A new library sokoban1.s7i, which contains the 90 classic sokoban levels, was added. - Parameter names were added to the function prototypes of the header files actutl.h, analyze.h, error.h and findid.h . - The function cp_to_wpath was changed to raise RANGE_ERROR when a path contains a backslash. Greetings Thomas Mertes