thephoeron / LLTHW

Learn Lisp The Hard Way source-code and full book text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 1.10 too long

thephoeron opened this issue · comments

Chapter 1.10, Functions and Macros, would also be better if it was split into two, so that more detail can be provided on both functions and macros, especially macro-expansion and timing of the expansions. Very little emphasis is currently given on reader macros, and that seems to be a pretty important subject that shouldn't be glossed over.

Additional notes for this issue—

Separate chapter 1.10 into new chapters on:

  • Functions
  • Macros and Backtick Syntax
  • Reader Macros