|
|
|
|
|
by quotemstr
3132 days ago
|
|
Lexical scoping is essential if you want to use the Lisp for anything essential. If you start with dynamic scope for everything and the system develops any real complexity, then switching to lexical scoping becomes very painful. Best to do it right the first time. |
|