Elegant D

Murilo murilomiranda92 at hotmail.com
Fri Nov 28 22:23:37 UTC 2025


On Tuesday, 25 November 2025 at 01:18:21 UTC, Walter Bright wrote:
> I've been thinking about writing an article about what makes D 
> an elegant language to program in. D is indeed an elegant 
> programming language.
>
> I'm interested in anecdotes, experiences and examples of 
> Elegant D to incorporate!

My Github is full of those. https://github.com/murilomir

And my personal experience: in Dlang I can write code just as 
easily as in Python (sometimes even more easily). The code is 
always super readable and I can build absolutely anything using 
nothing more than the basic blocks of any programming language:
- variables
- functions
- structs and classes
- conditionals
- loops
- module imports


More information about the Digitalmars-d mailing list