Skip to main content
SICP Study
Text
Lecture
Exercise
Source
Prev
Up
Next
5.4
The Explicit-Control Evaluator
#
5.4.1
The Core of the Explicit-Control Evaluator
#
Evaluating simple expressions
#
Evaluating procedure applications
#
Procedure application
#
5.4.2
Sequence Evaluation and Tail Recursion
#
Tail recursion
#
5.4.3
Conditionals, Assignments, and Definitions
#
Assignments and definitions
#
5.4.4
Running the Evaluator
#
Monitoring the performance of the evaluator
Prev
Up
Next