python vs d
via Digitalmars-d
digitalmars-d at puremagic.com
Tue Apr 29 05:33:38 PDT 2014
On Tuesday, 29 April 2014 at 11:31:11 UTC, Russel Winder via
Digitalmars-d wrote:
> Don't forget dictionary comprehensions and set comprehensions.
Yes, I use dict comprehensions a lot too. I have never used set
comprehensions.
> And definitely don't forget generator expressions.
Actually, I do. :-) They are so transparent that they look like
list comprehensions.
> Python vs Lua here. Photo-related C++ systems tend to drift to
> Lua for
> scripting. Post-production effects C++ systems seem to rely on
> Python.
I believe Inkscape uses C++, Boehm GC and Python, Blender uses
C++ and Python…
More information about the Digitalmars-d
mailing list