Idiomatic D

Paulo Pinto pjmlp at progtools.org
Fri Jan 10 15:01:53 PST 2014


Am 10.01.2014 23:52, schrieb NoUseForAName:
> I want to implement a small program in D for a personal comparison of
> various programming languages. Given that I am already quite familiar
> with C/C++ (from K&R C to C++11) I could probably start write working D
> code right away by just looking up a few basic syntax/standard library
> things.
>
> However, I would like to write idiomatic D code, not "C++ in D". Is
> there any guide for this? If not, I would like to say that I think
> having one would be very useful.
>
> Assuming a lack of an extensive guide could someone please just give me
> the cliff notes on how to D properly?

A good starting point would be bearophile's work on  Rosetta Code

http://rosettacode.org/wiki/Category:D

--
Paulo


More information about the Digitalmars-d mailing list