You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
250 B

  1. So, functional means:
  2. \begin{itemizep}
  3. \item \emph{first-class} citizens: functions are values and can be used as such
  4. \item a haskell program is what happens when \emph{expressions are evaluated}, it's not about executing instructions
  5. \end{itemizep}