Seed7 Release 2014-11-02

mertesthomas@gmail.com
Sun, 2 Nov 2014 15:38:22 -0800 (PST)

          From comp.compilers

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

From: mertesthomas@gmail.com
Newsgroups: comp.compilers
Date: Sun, 2 Nov 2014 15:38:22 -0800 (PST)
Organization: Compilers Central
Keywords: available, OOP
Posted-Date: 04 Nov 2014 12:21:19 EST

Hello,


I have released a new version of Seed7: seed7_05_20141102.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 files to generate man pages for Seed7 interpreter and compiler
    (files doc/s7.1 and doc/s7c.1) have been improved.
- Functions have been moved from make.s7i and makedata.s7i to the new
    library cli_cmds.s7i (Emulate CLI commands from UNIX and DOS).
- Support for the commands mkdir and md has been added to
    cli_cmds.s7i.
- The library makedata.s7i has been improved to support the functions
    dir, notdir, suffix, basename, addprefix, addsuffix, filter,
    filter-out, foreach, call, sort and shell.
- The libraries makedata.s7i and make.s7i have been improved to
    support pattern rules with equal patterns.
- The configuration program chkccomp.c has been improved to set the
    POSTGRESQL_POSTGRES_H and POSTGRESQL_PG_TYPE_H in more situations.
- The function exec_call in exec.c has been improved to raise the
    exception ILLEGAL_ACTION, when it is called for a FORWARDOBJECT.
- The compiler has been improved to issue an error, when a forward
    defined function is called.
- The function prg_eval in prglib.c has been improved to call
    raise_with_arguments instead of raise_exception.
- The function nameOfBufferType in sql_post.c has been improved to
    use PGNODETREEOID, INT2ARRAYOID, OIDARRAYOID and FDW_HANDLEROID
    only when they have been defined.


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.