@tsulej is there a boot template I can use ?
also what is ^:const
syntax?
No. There is no boot.
that is really awesome to see rewritten btw
const is just const indicator
Constant
I guess i mean ^:
It's a meta tag
You can attach meta information to any clojure symbol
Actually it's ^ symbol. :const is just a keyword
@tsulej do you run these with lein?
In emacs/cider
i see
Generally I have clojure2d project locally downloaded and write/run all my code inside it.
ahh right, it loves multi-window