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

Szymon Gatner noemail at gmail.com
Tue Sep 24 05:09:27 PDT 2013


On Tuesday, 24 September 2013 at 12:06:22 UTC, Max Samukha wrote:
>
> A 'normal' function in Haskell takes exactly one object and 
> returns exactly one object. a -> b -> c is actually a -> (b -> 
> c) because -> is right-associative. It's perfectly readable for 
> people in the Haskell subculture. You'll have hard time 
> convincing them otherwise :)

Isn't function application in Haskell left-associative? (I might 
be confusing terms as I am just learning it)


More information about the Digitalmars-d mailing list