Related articles |
---|
Seed7 Release 2007-07-10 thomas.mertes@gmx.at (2007-07-10) |
From: | thomas.mertes@gmx.at |
Newsgroups: | comp.compilers |
Date: | Tue, 10 Jul 2007 04:15:05 -0700 |
Organization: | Compilers Central |
Keywords: | available |
Posted-Date: | 12 Jul 2007 22:06:56 EDT |
Hello,
I have released a new version of Seed7: seed7_05_20070710.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 compiler (comp.sd7) support for different C compilers was
improved.
- A support for socket send and recv was added to the compiler.
- A description of openInetSocket was added to the documentation.
- A pos function and the 'not in' operator was added for the type
ref_list.
- The var_conv operator was renamed to varConv.
- Some setters (setCategory, setValue, setParams) were added to
the reflection.
- The classtype of the interpreter was renamed to categorytype
since it has nothing to do with classes.
Greetings Thomas Mertes
Seed7 Homepage: http://seed7.sourceforge.net
Seed7 - The extensible proramming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.