Related articles |
---|
Seed7 Release 2015-10-29 mertesthomas@gmail.com (2015-10-29) |
From: | mertesthomas@gmail.com |
Newsgroups: | comp.compilers |
Date: | Thu, 29 Oct 2015 16:03:32 -0700 (PDT) |
Organization: | Compilers Central |
Injection-Info: | miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="76903"; mail-complaints-to="abuse@iecc.com" |
Keywords: | OOP, available |
Posted-Date: | 29 Oct 2015 20:57:01 EDT |
Hello,
I have released a new version of Seed7: seed7_05_20151029.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 explanation in the FAQ, how Seed7 programs can be debugged
with Eclipse, has been improved.
- The function commandPath in process.s7i has been improved to
return always "", when the executable is not found.
- The functions processOptions and printOptions in s7.c have been
improved to use a parameter instead of a global variable.
- Calls of logFunction have been added to hsh_rtl.c, listutl.c,
match.c and rfl_data.c.
- In striAsUnquotedCStri and bstriAsUnquotedCStri (file striutl.c)
the size of the static char buffer is computed at compile-time
instead of estimated.
- Several numeric literals have been replaced by defined constants.
- The makefile mk_freebsd.mk has been changed to use numutl.c
instead of sql_util.c.
- To improve the readability the maximum line length in several C
source files has been reduced.
Regards,
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.