Functional Problem Solving (CSC 151 2014F) : Outlines

Outline 21: Naming Local Values


Held: Friday, 3 October 2014

Back to Outline 20 - Anonymous Procedures. On to Outline 22 - Images as Functions from Position to Colors.

Summary

We consider why and how you name values within a procedure. We also consider why and how you limit access to those names to within the procedure.

Related Pages

Overview

Administrivia

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support

The Problem: Naming Values

Naming Things with let

Sequencing Bindings with let*