CPSC 429/529: Functional Programming

 

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

  Home
  Schedule
  Handouts
  Assignments
  Projects
  Links
 
 

Lecture 17: Input/Output

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 Haskells. In particular, we demonstrate Haskell rich feature set to display graphics..

Sample Code:

hello.ps
snowflake.ps
sierpinski.ps

Previous lecture: Lecture 15
Next lecture: Lecture 17