CPSC 201: Introduction to Computer Science

 

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

  Home
  Schedule
  Handouts
  Assignments
  Projects
  Links
 
 

Lecture 15

In this lecture we continue exploring streams from lecture 13. We will see how to work with infinite datastructures, using many examples. One of the example will be the rs flip flop we have discussed in Lecture 13.

Code: streams.sml.

Reading: Programming Standard ML. Chapter 15: Lazy Data Structures.