A look at the D programming language by Ferdynand Górski

bearophile bearophileHUGS at lycos.com
Tue Jan 15 03:00:28 PST 2013


Chris:

> or indentation (t)errors (Python)

In practice Python usually decreases the number of 
indentation-related bugs, even considering the "dangling else" 
warning we have added to D, because indentation and block nesting 
are the same thing, it's more DRY :-)

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list