clojure-art 2017-12-20

@djz has joined the channel

@peterwestmacott has joined the channel

@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

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

Generally I have clojure2d project locally downloaded and write/run all my code inside it.

ahh right, it loves multi-window