CSCE 330 Lecture Notes

  • Notes for Ch.1 (Introduction) (PowerPoint format)
  • Slides for Graham Hutton's _Programming in Haskell_ (local copy):
  • FP Example: matrix multiplication (pdf), used in the 2010-10-25 lecture
  • Link to video by John Backus on FP: Function Level Programming and the FL Language (1987)
  • Hangman program in haskell, for the lectures on interactive programs, and including some additional Haskell functions
  • Follow the Prolog information link on the main course page for lecture notes on Prolog.
  • Notes on Syntax (PowerPoint format)
  • Notes on Lexical and Syntactic Analysis (Scanning and Parsing) (PowerPoint format)
  • HW2 correction (pdf) and some comments on issues related to the final exam, used in the 2010-12-03 lecture
  • Link to video by John Backus on FP: Function Level Programming and the FL Language (1987)