Summary of and excerpts from chapter 9 and 10 of On Lisp. Examples are mainly in Common Lisp.
- [Variable capture] (https://gist.github.com/nimaai/2f98cc421c9a51930e16#variable-capture)
- [Macro argument capture] (https://gist.github.com/nimaai/2f98cc421c9a51930e16#macro-argument-capture)
- [Free symbol capture] (https://gist.github.com/nimaai/2f98cc421c9a51930e16#free-symbol-capture)
- [Multiple evaluation] (https://gist.github.com/nimaai/2f98cc421c9a51930e16#multiple-evaluation)
- [Order of evaluation] (https://gist.github.com/nimaai/2f98cc421c9a51930e16#order-of-evaluation)