CPSC 429/529: Functional Programming

 

Instructor: Carsten Schürmann
Department of Computer Science
Yale University
Time: MWF 9:30-10:20
Room: AKW200

  Home
  Schedule
  Handouts
  Assignments
  Projects
  Links
 
 

Lecture 20: An introduction to monads.

Programming in a programming language requires often user input and machine output. In this lecture we demonstrate these concepts, and how they are implemented in Haskell. In particular, we demonstrate Haskell rich feature set to display graphics..

Sample Code:

hello.ps
snowflake.ps
sierpinski.ps

Previous lecture: Lecture 19
Next lecture: Lecture 21