Functional Problem Solving (CSC 151 2015F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Taking Notes] [Rubric] [Remote Access]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Labs] [Outlines] [Readings] - [Examples] [Handouts]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Curtsinger (2015F)] [Davis (2013F)] [Rebelsky (2015S)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)]
Held: Monday, 21 September 2015
Back to Outline 13 - Testing Your Procedures, Revisited. On to Outline 15 - Drawings as Values.
Summary
We consider the ways in which Scheme supports yes/no questions and procedures that can be used to ask such questions. We also see how such procedures can provide another form of control.
Related Pages
Overview
and and or.Administrivia
or and and as control structuresor work?
and work?
#f.and and or to evaluate a sequence of
expressions, stopping when we get the first acceptable one.