An intuition for Lisp syntax

https://stopa.io/post/265

  • ”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

Functions: currying vs tuple parameters

https://emi-h.com/articles/a-case-against-currying.html