|
|
|
|
|
by jkcxn
3382 days ago
|
|
Maybe a stupid question because I don't know much clojure but I'm curious. How can you be sure that -> is threading macro and my-object is what you think it is at compile time? Can't macros change the entire meaning of an expression? |
|
One correction - this is all done at edit time, not compile time. At compile time there's no issue since all macros are expanded to the core language.