python vs d

Russel Winder via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 29 04:31:02 PDT 2014


On Tue, 2014-04-29 at 10:51 +0000, via Digitalmars-d wrote:
[…]
> I used the wrong term, I meant list comprehensions. The most 
> important feature in Python for me. I find it very powerful in 
> combination with tuples, lists and dicts.

Don't forget dictionary comprehensions and set comprehensions.

And definitely don't forget generator expressions.

And indeed generator functions.

[…]
> Yeah, except when you build a CMS, but you can always include a 
> scripting language.

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.

[…]

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



More information about the Digitalmars-d mailing list