Re: [OT] LLVM 3.9 released - you can try the release already with LDC!

2016-09-09 Thread eugene via Digitalmars-d-announce

On Thursday, 8 September 2016 at 20:46:57 UTC, Kai Nacke wrote:


What do YOU do to advocate D?



What i do to advocate D is nothing, as D is not to be advocated 
but to be useful as a programming language))) My idea is simple: 
if it is useful then people will use it.)))





Re: [OT] LLVM 3.9 released - you can try the release already with LDC!

2016-09-07 Thread eugene via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 07:04:15 UTC, Robert M. Münch 
wrote:

And now?


and now the same i think)))


Re: [OT] LLVM 3.9 released - you can try the release already with LDC!

2016-09-06 Thread eugene via Digitalmars-d-announce
On Tuesday, 6 September 2016 at 09:42:11 UTC, Lodovico Giaretta 
wrote:


There are lot of projects using LLVM [1]. The fact that LDC if 
often cited in the release notes means that it's one of the 
best. This is free advertisement, as the LLVM release notes are 
read by PL people that may not know D. The fact that LDC is 
recognized as one of the most important LLVM projects also 
means that the LLVM folks will try to help the LDC folks when 
needed.


[1] http://llvm.org/ProjectsWithLLVM/


i dont think counting each time when ldc and d are mentioned in 
llvm community will help ldc and d to become popular)))


Re: [OT] LLVM 3.9 released - you can try the release already with LDC!

2016-09-06 Thread eugene via Digitalmars-d-announce

On Sunday, 4 September 2016 at 17:18:10 UTC, Kai Nacke wrote:


This is the 9th time that LDC and D are mentioned in the LLVM 
release notes!




lol, how does it help?)))



Re: QtE5 - is a wrapping of Qt-5 for D

2016-08-22 Thread eugene via Digitalmars-d-announce

On Monday, 22 August 2016 at 08:38:12 UTC, MGW wrote:
The excellent programming language is D. I all the projects 
make, nearly two years, only on D (dmd) + Qt (QtE4 and QtE5).


What are the advantages and drawbacks you faced and face while 
working with D?
How are old D programs compiled with new versions of D compiler? 
Did you rewrite old D programs using new D features during 2 
years?


Re: QtE5 - is a wrapping of Qt-5 for D

2016-08-21 Thread eugene via Digitalmars-d-announce

On Sunday, 21 August 2016 at 13:18:04 UTC, MGW wrote:

Hello, could you share your experience with D language? How it 
feels to work with it?





Re: Vision document for H2 2016

2016-07-09 Thread Eugene via Digitalmars-d-announce
On Thursday, 7 July 2016 at 19:55:51 UTC, Andrei Alexandrescu 
wrote:

https://wiki.dlang.org/Vision/2016H2 -- Andrei


is it possible to make a modular D language(and a compiler), so 
one just could release new features of the language without 
releasing a new version of a compiler(ldc, etc.), and these 
features would be just extensions of the compilers?


Re: Vision document for H2 2016

2016-07-08 Thread Eugene via Digitalmars-d-announce
On Thursday, 7 July 2016 at 19:55:51 UTC, Andrei Alexandrescu 
wrote:

https://wiki.dlang.org/Vision/2016H2 -- Andrei


please add some features from Rust: primitive type aliases, like 
i8, u8, u32, and so on