Evaluation and Execution
← Prev | [↑ Chapter] | Next → | Index | Symbols
Evaluation and Execution
Contents
- Overview
- Normative Rules
- Normative Rules: Argument Evaluation Order
- Normative Rules: Variable Scope (Dynamic, Not Lexical)
- Normative Rules: Unbound-Variable Reference
- Normative Rules: Tail-Call Optimization (None Required)
- Normative Rules: Multiple Values (None)
- Normative Rules: Symbol Case Folding
- Normative Rules: Number Tower and Division
- Normative Rules: Equality Predicates
- Normative Rules: NIL and the Empty List
- Special Form Entry: QUOTE
- Special Form Entry: IF
- Special Form Entry: COND
- Special Form Entry: AND
- Special Form Entry: SETQ
- Special Form Entry: SET
- Special Form Entry: WHILE
- Special Form Entry: REPEAT
- Special Form Entry: FOREACH
- Special Form Entry: OR
- Special Form Entry: PROGN
- Special Form Entry: LAMBDA
- Special Form Entry: FUNCTION
- Special Form Entry: COMMAND
- Special Form Entry: TRACE
- Special Form Entry: UNTRACE
- Special Form Entry: VLAX-FOR
- Dictionary Coverage Index: Special Forms
- Special Form Entry: DEFUN
- Special Form Entry: DEFUN-Q
- Function Entry: DEFUN-Q-LIST-REF
- Function Entry: DEFUN-Q-LIST-SET
- Source Notes