Ch01 Reading Guide

Haskell introduction reading questions

  1. Haskell is supposed to be a purely functional language. Unpack that:

    1. What does pure mean?
    2. What is the difference between functional and imperative? (The book is not so clear on this point. What do you think it says, in your own words?)
  2. Haskell is lazy. What does this mean?

  3. Haskell is statically typed. This could be unpacked, too.

    1. What does typed mean?
    2. The word static in English can mean “not changing”. How would you apply that meaning in this context?
  4. When did work on Haskell begin?