Real World Haskell Quotes
Real World Haskell
by
Bryan O'Sullivan943 ratings, 3.94 average rating, 33 reviews
Open Preview
Real World Haskell Quotes
Showing 1-3 of 3
“The result is potent: we end up with a language that’s safer than popular statically typed languages and often more expressive than dynamically typed languages. This is a strong claim to make, and we will back it up with evidence throughout the book.”
― Real World Haskell: Code You Can Believe In
― Real World Haskell: Code You Can Believe In
“Whatever our function does, it will need to have the type String -> String; in other words, it must accept a string and return a string.”
― Real World Haskell: Code You Can Believe In
― Real World Haskell: Code You Can Believe In
“Programs written in dynamically typed languages require large suites of tests to give some assurance that simple type errors cannot occur.”
― Real World Haskell: Code You Can Believe In
― Real World Haskell: Code You Can Believe In
