Seed7 Release 2012-07-21

thomas.mertes@gmx.at
Sat, 21 Jul 2012 13:22:56 -0700 (PDT)

          From comp.compilers

Related articles
Seed7 Release 2012-07-21 thomas.mertes@gmx.at (2012-07-21)
| List of all articles for this month |

DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=cc:from:subject:date:sender:message-id:mime-version:content-type:vbr-info; s=162fa.500cd8ff.k1207; i=johnl@user.iecc.com; bh=C+jp0aDqdY7sLBHlM3/zfganMLlsIh//trhNvYaYdOI=; b=FuFvFRd4rrRcgIi38SDiEcMW7f9eydhHBhcCBVmjELxRh76LLfk6E/uUTXy6lzU+CHJvhacgpfDJKl/WWnvwc8BL8IbjxsLAf1vqeyt39Bu8nOAi9XexiYo/+BQcVwMTmDajfX3d91YpUVPkMt0vwHIX8j2MJzMMUuZnDXdm+xs=
VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org
From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: Sat, 21 Jul 2012 13:22:56 -0700 (PDT)
Organization: Compilers Central
Keywords: available
Posted-Date: 23 Jul 2012 00:54:22 EDT

Hello,


I have released a new version of Seed7: seed7_05_20120721.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:
- Documentation comments were improved in the libraries idxarray.s7i,
    array.s7i, dir.s7i, external_file.s7i, osfiles.s7i, duration.s7i
    and time.s7i.
- Parameter names were added to function definitions in the
    libraries array.s7i, bigfile.s7i, hash.s7i and idxarray.s7i.
- The compiler was improved to generate better inline code for set
    membership (operator: in).
- The functions 'cmdFileType' and 'cmdFileTypeSL' in "cmd_rtl.c" were
    improved to return FILE_ABSENT, when the file name is too long
    (stat() respectively lstat() return an error and errno has the
    value ENAMETOOLONG) or when the file name is an empty string.
- The new libraries subrange.s7i, ref_list.s7i and reference.s7i were
    added. The contents of this libraries were extracted from the
    seed7_05.s7i library.


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.