From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Max Newsgroups: gmane.lisp.guile.user Subject: Re: Announcement: Theme-D programming language Date: Sun, 24 Jul 2016 23:24:41 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1469395530 10070 80.91.229.3 (24 Jul 2016 21:25:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Jul 2016 21:25:30 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jul 24 23:25:21 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bRQti-0006ll-Rs for guile-user@m.gmane.org; Sun, 24 Jul 2016 23:25:19 +0200 Original-Received: from localhost ([::1]:57506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRQti-0000yL-2u for guile-user@m.gmane.org; Sun, 24 Jul 2016 17:25:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRQtI-0000y2-AU for guile-user@gnu.org; Sun, 24 Jul 2016 17:24:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRQtD-0000uZ-3s for guile-user@gnu.org; Sun, 24 Jul 2016 17:24:51 -0400 Original-Received: from mail.tu-berlin.de ([130.149.7.33]:47278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRQtC-0000uR-Sv for guile-user@gnu.org; Sun, 24 Jul 2016 17:24:47 -0400 X-tubIT-Incoming-IP: 178.0.218.86 Original-Received: from dslb-178-000-218-086.178.000.pools.vodafone-ip.de ([178.0.218.86] helo=[192.168.178.40]) by mail.tu-berlin.de (exim-4.84_2/mailfrontend-5) with esmtpsa [TLSv1.2:DHE-RSA-AES128-SHA:128] for id 1bRQt9-0000bk-80; Sun, 24 Jul 2016 23:24:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 In-Reply-To: X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2016.7.24.211517 X-PMX-Spam: Gauge=IIIIIII, Probability=0%, Report='' X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 130.149.7.33 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:12789 Archived-At: Could you perhaps briefly summarize what this have to do with Guile? 23.07.2016 13:29, Tommi Höynälänmaa пишет: > Some properties of Theme-D language are: > * Static type system > * A simple object system > * Multi-methods dispatched runtime (and also compile-time) > * Parametrized (type parameters) classes, types, and procedures > * Signature types resembling Java interfaces but multiply dispatched. > * A module system > * Two kinds of variables: constants and mutable variables. The value of a > constant cannot be changed after the constant is created. > > Changes in version 0.9.3 are: > * Improved the explicit generic procedure dispatch. > * Simplified the foreign class interface. > * Corrected an error in the module system. > * Correction to mutable variable declarations. > * Corrected an error with method variable argument lists. > * Corrected a bug with param-proc-instance. > * Corrected the subtype checking algorithm for union types. > * A declared value can be used as a value of a constant. > * Type of a match-type expression may be in some cases even though > an else part is not present. > * Implemented some list and string handling procedures into the standard > library. > * Better error messages for identical or noncovariant methods and erroneous > parametrized procedure instantiations. > > The homepage of Theme-D is located at: > http://www.iki.fi/tohoyn/theme-d/ > > - Tommi Höynälänmaa >