February 20, 2013—Component Programming in D—Walter Bright - slides & video

bearophile bearophileHUGS at lycos.com
Fri Feb 22 13:43:22 PST 2013


Walter Bright:

> http://nwcpp.org/static/talks/2013/ComponentProgrammingInD.pdf

Thank you for the slides.

Regarding slide 38, in D code like this I often forget what's the 
source and the destination:

foo.copy(bar);

A "copyTo" function name is more clear for me:

foo.copyTo(bar);


Regarding slide 41 "Reducers": the reduction with a "+" is a so 
common that I think Phobos should have a sum() function (as 
Haskell, Python and several other languages have).

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list