Computer Science 433
Programming Languages
Fall 2012, The College of Saint Rose
Lecture 15: Scheme Wrapup; Names and Binding
Date: Monday, October 22, 2012
Agenda
- Announcements
- Wrapping up the parser by tomorrow night
- Midterm exam information
- See practice exam handout for example problems, topics, and
exam format and ground rules
- Topics up to today's lecture are covered
- Q&A review time in class on Wednesday
- Lecture assignment 14 recap
- Functions as parameters
- Backtracking
- Other Scheme constructs
- Names and Binding
No New Lecture Assignment
Plenty to keep you busy with the parser wrapup and exam prep.
Examples
- insertion_sort
- general_insertion_sort
- nqueens
Links