guile-user
[Top][All Lists]
Advanced

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

Announcement: Theme-D version 1.0.0


From: Tommi Höynälänmaa
Subject: Announcement: Theme-D version 1.0.0
Date: Sun, 16 Jul 2017 17:35:00 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1


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

Changes:

  * Support Tree-IL as intermediate language.
  * New keywords "use" and "@": Modules can be used without importing
    their contents into the global namespace.
  * Corrected a bug with variable argument lists.
  * Corrected a bug with param-proc-dispatch.
  * Corrected a bug with field-set! inside parametrized procedures.
  * Procedure apply works with parametrized procedures.
  * Corrected type deduction algorithm in case a deduced value of a type
    variable contains other type variables.
  * Keywords make and constructor can be used with pair classes.
  * Forms "and" and "or" are implemented as macros.
  * Compatible with th-scheme-utilities version 1.3.

Theme-D homepage is located at

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

Theme-D can also be downloaded from

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

     - Tommi Höynälänmaa



reply via email to

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