I’ve been using shadow-cljs to emit code for use with Firebase Functions (which is like AWS Lambda).
Today I wondered, Can I use macros? I’ve never written a macro before. My first question is, Is this possible?
Then if it is possible: how do I require
the cljc
file in my function’s cljs
file?
Any other important clues would be appreciated.