I love how in Haskell, function application is defined as ($), and I love how (,) :: a -> b -> (a,b)
You are viewing a single comment's thread from:
I love how in Haskell, function application is defined as ($), and I love how (,) :: a -> b -> (a,b)
I want to love Haskell, such a beautiful language. But for me it has such a high cognitive workload to work with. F# is my functional home, a little more practical as hooked into the whole .NET platform :)