Bartosz Milewski seems to like D more than C++ now :)

PauloPinto pjmlp at progtools.org
Mon Sep 23 05:13:19 PDT 2013


On Monday, 23 September 2013 at 12:08:48 UTC, renoX wrote:
> On Friday, 20 September 2013 at 15:23:20 UTC, Paulo Pinto wrote:
>> Am 20.09.2013 16:24, schrieb renoX:
>>> That said, he made the same mistake as Haskell's authors: 
>>> currying is a
>>> *mathematical detail* which shouldn't obscure function type:
>>> 'f: a->b->c' is less readable than 'f: a,b->c'.
>>>
>>> renoX
>>
>> That is standard in all languages of the ML family, not only 
>> Haskell.
>
> I know, but 'standard' doesn't mean that it is a good idea..
>
> renoX

I guess it depends on the reader, I always found it quite natural.

But then again, I enjoy ML languages since I learned Caml Light.

--
Paulo


More information about the Digitalmars-d mailing list