Programming in D for Python Programmers

From D Wiki
Revision as of 21:23, 29 March 2015 by Laeeth (talk | contribs) (Created page with "This section is under development, but in the meantime these links present some independent perspectives on D from the perspective of a python programmer: *[http://bitbashing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This section is under development, but in the meantime these links present some independent perspectives on D from the perspective of a python programmer:

Python's generators and list comprehensions have been thought to be two of the most difficult concepts to replicate in other languages. For the D solution to the problem solved by Python generators, see D Ranges and lazy evaluation. For list comprehensions, see UFCS.


Parallel programming has become increasingly in focus as we approach the beginning of the end of the [ free lunch from Moore's Law]. D makes multiprocessing and threading as simple as possible, but not simpler: