Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #754

Seed7 Release 2012-09-23

From thomas.mertes@gmx.at
Newsgroups comp.compilers
Subject Seed7 Release 2012-09-23
Date 2012-09-23 13:25 -0700
Organization Compilers Central
Message-ID <12-09-018@comp.compilers> (permalink)

Show all headers | View raw


Hello,

I have released a new version of Seed7: seed7_05_20120923.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:
- Experimental support for automatic memory management with reference
  counting was added to the interpreter.
- The libraries external_file.s7i, field.s7i, stritext.s7i, gzip.s7i,
  listener.s7i, pixmap_file.s7i, shell.s7i, socket.s7i, strifile.s7i,
  dir.s7i, utf16.s7i, utf8.s7i and xmldom.s7i were improved to use
  the function toInterface.
- The function name(PROGRAM) was improved, to return the name of the
  program without extension and without path.
- The interpreter was improved to support the action ITF_DESTR.

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.

Back to comp.compilers | Previous | Next | Find similar


Thread

Seed7 Release 2012-09-23 thomas.mertes@gmx.at - 2012-09-23 13:25 -0700

csiph-web