A. Debugging Macros

The goal of this appendix is to provide you with techniques, tools, and a mental model to apply when examining unexpected macro behavior. If your macros are working fine, you can skip this one!

Assumptions

In this Appendix we assume the following:

Image You’re working through a problem that requires macros and you’re trying to understand what the program is doing.

Image You’re comfortable with using the Clojure REPL to analyze a smaller part of a larger project, and solve the problem using this tool.

Benefits

The benefit of working through ...

Get Clojure Recipes now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.