thephoeron / LLTHW

Learn Lisp The Hard Way source-code and full book text
MIT License
344 stars 56 forks source link

Chapter 1.10 too long #15

Open thephoeron opened 9 years ago

thephoeron commented 9 years ago

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.

thephoeron commented 9 years ago

Additional notes for this issue—

Separate chapter 1.10 into new chapters on: