Generalized Variables - Common Lisp
Table of Contents
1. Introduction
In Common Lisp, "places" are not physical, instead it's just a concept for anything where we can get/set a value. (So in particular, a "place" in general cannot be returned or passed.)
The technical term used to describe "places" are Generalized Variables.