Related articles |
---|
Seed7 Release 2009-05-10 thomas.mertes@gmx.at (2009-05-10) |
From: | thomas.mertes@gmx.at |
Newsgroups: | comp.compilers |
Date: | Sun, 10 May 2009 13:30:31 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | available |
Posted-Date: | 12 May 2009 05:04:33 EDT |
Hello,
I have released a new version of Seed7: seed7_05_20090510.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:
- A new example program, the Comanche webserver (comanche.sd7), was
added.
- The function getNonDigits was added to the scanstri.s7i library.
- Experimental support for new attribute parameters was added.
- Memory leaks in the functions hsh_excl (hshlib.c) and hshExcl
(hsh_rtl.c) were fixed.
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.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.