python vs d
via Digitalmars-d
digitalmars-d at puremagic.com
Mon Apr 28 11:18:23 PDT 2014
On Monday, 28 April 2014 at 18:07:45 UTC, John Colvin wrote:
> What features does python, as a language (syntactical
> preferences aside), actually have to recommend it over D
> (assuming drepl* or similar became full-featured)?
Libraries.
For closures for arrays and dicts.
Tuples.
Heavy duty reflection and runtime dynamics.
(Runtime extensible classes.)
(Runtime integration of python and templates.)
System support (app engine, etc).
Lots of how-to-stuff on the web.
More information about the Digitalmars-d
mailing list