guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Announcement: Theme-D version 0.9.7


From: Tommi Höynälänmaa
Subject: Announcement: Theme-D version 0.9.7
Date: Fri, 2 Sep 2016 16:21:12 +0300

Theme-D is a Scheme-like programming language with static typing.

Changes in version 0.9.7 are:

  * Corrected a bug with parametrized types (test434 did not compile).
  * Object factorization works again.
  * Optimized quoted list constants.
  * New keyword static-type-of.
  * New keywords lambda-automatic and param-lambda-automatic that deduce
    the result type from the body expression.
  * Implemented volatile variables that can be changed by pure procedures.
  * Implemented object conditionals that accept any nonfalse object as
    true value.
  * Implemented delayed evaluation (delay and force) into the
    standard library.
  * Implemented some new procedures in module text-file-io.
  * Reorganized the language manual and the standard library reference.

The homepage of Theme-D is located at

  http://www.iki.fi/tohoyn/theme-d/

Theme-D can also be found at

  https://sourceforge.net/projects/theme-d/

     - Tommi Höynälänmaa


reply via email to

[Prev in Thread] Current Thread [Next in Thread]