Walter Bright wrote:

Anyone have good ideas on topics for D articles?


Yes, I think the relevant themes are:

1. High, comparable to C performance, unlike C# or Java, preserving features from such competitor languages. 2. D does not require the programmer to use only one particular paradigm, at the option of imperative, object oriented, and metaprogramming; does not require significant change of syntax, helps migrating to D quickly from C/C++, while significantly increasing productivity; direct linking with C libraries; direct access to the native OS interface.

I also should mention, these need improvement in D:

1. Concurrency support and optimization for multicore/multiprocessor/GPGPU systems.
2. Better toolchain support.

The first two inspired me to try the D.
The second two should inspire the others.


--
Alex Makhotin,
the founder of BITPROX,
http://bitprox.com

Reply via email to