1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00
This commit is contained in:
2020-10-02 01:01:38 +01:00
parent fcb63fa94f
commit 313b8a7779

View File

@@ -2135,9 +2135,9 @@ the user; the result of querying the environment for the value of
%
\dhil{The value of an environment variable may also change during execution.}
An environment variable is an instance of dynamic binding. Dynamic
binding is a computational effect which dates back to the original
Lisp~\cite{McCarthy60}.
An environment variable is an instance of dynamic binding. The idea of
dynamic binding as a programming notion dates back as far as the
original implementation of Lisp~\cite{McCarthy60}.
%
We will use dynamic binding to implement user-specific environments.