Related articles |
---|
Seed7 Release 2012-07-03 thomas.mertes@gmx.at (2012-07-03) |
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=18665.4ff3ab4d.k1207; i=johnl@user.iecc.com; bh=znYdhFH8OLNSqmv3q3TzUdU98S9KSosw9BLzMKJgT/8=; b=RqVTPOPM1InVyONV5R0MECtomX5ERf1q9VNDid3da87e1+1+WfbwcK7xip/bz76ZjPr0dTDj3eMKrvsm/v0k0eqhwZb1khwVi1R+UdliL2G2Y6TEov9f3mOjnK6XLuyDdOrXDj83R9jdQdrhZlMQGnXQyLxrpCbq2k4Dg6HRbtY= |
VBR-Info: | md=iecc.com; mc=all; mv=dwl.spamhaus.org |
From: | thomas.mertes@gmx.at |
Newsgroups: | comp.compilers |
Date: | Tue, 3 Jul 2012 14:06:21 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | available |
Posted-Date: | 03 Jul 2012 22:32:44 EDT |
Hello,
I have released a new version of Seed7: seed7_05_20120703.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 manual was improved to contain more links and to use more
coloring.
- Parameter names were added to function definitions in the
libraries array.s7i, integer.s7i, bigint.s7i, float.s7i, keybd.s7i,
bitsetof.s7i, idxarray.s7i, boolean.s7i, hashsetof.s7i, socket.s7i,
char.s7i, file.s7i, bitset.s7i, poll.s7i, sockbase.s7i and
string.s7i .
- Documentation comments were improved in the libraries string.s7i,
poll.s7i and progs.s7i .
- The new libraries "bstring.s7i" and "category.s7i" were added. The
contents of this libraries were extracted from the "progs.s7i"
library.
- Interpreter and compiler were improved to explain the option -?.
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.