clojure icon indicating copy to clipboard operation
clojure copied to clipboard

when to use macros

Open practicalli-johnny opened this issue 5 years ago • 0 comments

macros > functions > data in power and expressivity and this also means macros < functions < data in our ability to reason about them. Also, macros aren't values like functions and data are, making them less composable.

Other references https://blog.brunobonacci.com/2015/04/19/dead-simple-introduction-to-clojure-macros/

practicalli-johnny avatar Nov 24 '20 17:11 practicalli-johnny