An intuition for Lisp syntax
- ”discover” Lisp syntax
- minimalistic Lisp interpreter in Javascript
The mismatch of C to modern machine architectures
https://queue.acm.org/detail.cfm?id=3212479
- A modern CPU is not a fast PDP-11
Control structures in imperative and functional languages
https://xavierleroy.org/control-structures/book/index.html
- Evolution of control structures
- Control Flow Graphs (CFG)
- Imperative and declarative / functional
- Lambda calculus
- Aspects