Re: Announcement: Theme-D programming language

2016-07-24 Thread Chaos Eternal
Looks it is implemented using guile. On Mon, Jul 25, 2016 at 5:24 AM Max wrote: > 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

Re: Announcement: Theme-D programming language

2016-07-24 Thread Max
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 parameter

Re: Announcement: Theme-D programming language

2016-07-24 Thread Nala Ginrut
Well, today it works for me. Dunno if there'e problem of my network provider. On Sun, 2016-07-24 at 10:56 +0200, Amirouche Boubekki wrote: > On 2016-07-23 17:35, Nala Ginrut wrote: > > > > The link seem s broken for me. Could you take a look at it? > > > > It works for me. > > > > > Tommi Höy

Re: Announcement: Theme-D programming language

2016-07-24 Thread Amirouche Boubekki
On 2016-07-23 17:35, Nala Ginrut wrote: The link seem s broken for me. Could you take a look at it? It works for me. Tommi Höynälänmaa 于2016年7月23日周六 19:29写道: Some properties of Theme-D language are: * Static type system * A simple object system * Multi-methods dispatched runtime (and also

Re: Announcement: Theme-D programming language

2016-07-23 Thread Nala Ginrut
The link seem s broken for me. Could you take a look at it? Tommi Höynälänmaa 于2016年7月23日周六 19:29写道: > 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

Announcement: Theme-D programming language

2016-07-23 Thread 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 *