Learning Haskell makes you a better programmer?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Dec 26 08:01:27 PST 2012


On 12/26/12 9:11 AM, renoX wrote:
> On Tuesday, 25 December 2012 at 19:37:42 UTC, Walter Bright wrote:
>> I've often heard that claim, but here's an article with what the
>> substance is:
>>
>> http://dubhrosa.blogspot.co.uk/2012/12/lessons-learning-haskell.html?m=1
>>
>> Note that D offers this style of programming, with checkable purity,
>> immutability and ranges. I think it is a very important paradigm.
>
> Bleah, one good practice that I like to follow is to (optionaly) log
> what my functions do, so it doesn't match well with "IO change the type
> of your function"..

debug statements to the rescue!

Andrei



More information about the Digitalmars-d mailing list