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…