Seed7 Release 2011-03-20

tm <thomas.mertes@gmx.at>
Sun, 20 Mar 2011 14:39:21 -0700 (PDT)

          From comp.compilers

Related articles
Seed7 Release 2011-03-20 thomas.mertes@gmx.at (tm) (2011-03-20)
| List of all articles for this month |

From: tm <thomas.mertes@gmx.at>
Newsgroups: comp.compilers
Date: Sun, 20 Mar 2011 14:39:21 -0700 (PDT)
Organization: Compilers Central
Keywords: available
Posted-Date: 20 Mar 2011 18:51:01 EDT

Hello,


I have released a new version of Seed7: seed7_05_20110320.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:
- An explaination where the interpreter looks for include files, was
    added to the FAQ.
- An explanation how the directory of the predefined include
    libraries is determined, was added to the FAQ.
- An explanation how the Seed7 compiler gets information about
    C compiler and runtime, was added to the FAQ.
- A description of several C preprocessor macros used in "version.h"
    was added to the file "src/read_me.txt".
- Missing functions were added to the file "drw_dos.c".
- The function 'bstTail' was added to the file "bst_rtl.c".


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.