Wednesday, September 12, 2012

Ten Things You Should Know About Haskell Syntax | FP Complete

Ten Things You Should Know About Haskell Syntax | FP Complete: "Haskell is Terse
Function Call Syntax is Terse
Function Definition Syntax is Terse
Currying is Cool (and Terse)
What’s not a Declaration is an Expression
There are no Loops
Functions Have Precedence over Operators
Data Types are Algebraic and Pattern Matching is Ubiquitous
There is no Order
There is Order in Do"

'via Blog this'