What is the purpose of the ARM backend?

2019-03-25 Thread babatnvn via Digitalmars-d-announce

Hi every one;

I finding something for ARM backend...
but I have a question related with its.
What is the ARM backend?


Re: Using const to Enforce Design Decisions

2019-03-25 Thread Rubn via Digitalmars-d-announce

On Monday, 25 March 2019 at 13:00:07 UTC, Mike Parker wrote:
Marco de Wild has penned a tutorial on D's const for the D 
blog. He gives an overview of the feature, how it differs from 
C++, and shows how he employed it in his mahjong game.


The blog:
https://dlang.org/blog/2019/03/25/using-const-to-enforce-design-decisions/

Reddit:
https://www.reddit.com/r/programming/comments/b5a9jm/using_const_in_d_to_enforce_design_decisions/


I guess obligatory 
http://jmdavisprog.com/articles/why-const-sucks.html


Would be nice to see the source code for this mahjong game as 
well.


Beta 2.085.1

2019-03-25 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.085.1 point release, ♥ to the
9 contributors.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.085.1.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


Using const to Enforce Design Decisions

2019-03-25 Thread Mike Parker via Digitalmars-d-announce
Marco de Wild has penned a tutorial on D's const for the D blog. 
He gives an overview of the feature, how it differs from C++, and 
shows how he employed it in his mahjong game.


The blog:
https://dlang.org/blog/2019/03/25/using-const-to-enforce-design-decisions/

Reddit:
https://www.reddit.com/r/programming/comments/b5a9jm/using_const_in_d_to_enforce_design_decisions/