Seed7 Release 2015-11-10

mertesthomas@gmail.com
Tue, 10 Nov 2015 15:02:26 -0800 (PST)

          From comp.compilers

Related articles
Seed7 Release 2015-11-10 mertesthomas@gmail.com (2015-11-10)
| List of all articles for this month |

From: mertesthomas@gmail.com
Newsgroups: comp.compilers
Date: Tue, 10 Nov 2015 15:02:26 -0800 (PST)
Organization: Compilers Central
Injection-Info: miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="31050"; mail-complaints-to="abuse@iecc.com"
Keywords: OOP, available
Posted-Date: 12 Nov 2015 21:33:54 EST

Hello,


I have released a new version of Seed7: seed7_05_20151110.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 program toutf8.sd7 has been improved to accept byte order
    marks for the encodings UTF-16BE and UTF-16LE.
- Documentation comments have been improved in bigint.s7i,
    integer.s7i, big_gmp.c, big_rtl.c, bst_rtl.c, flt_rtl.c,
    int_rtl.c, pcs_rtl.c, rfl_data.c, set_rtl.c, str_rtl.c and
    typ_data.c.
- In analyze.c and prg_comp.c function names and parameter names
    have been changed to use camel case.
- The global variable programPath and the function
    relativeToProgramPath have been removed. They were only used when
    the makefile setting PATHS_RELATIVE_TO_EXECUTABLE was active (this
    setting was not used by any makefile for years).
- All explanations related to PATHS_RELATIVE_TO_EXECUTABLE has been
    removed from the FAQ and from src/read_me.txt.
- The functions hsh_incl and hsh_update in hshlib.c have been
    changed to raise RANGE_ERROR when cmp_func is NULL.


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.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.