Fork me on GitHub
#clojure-art
<
2017-12-20
>
jedahan17:12:55

@tsulej is there a boot template I can use ?

jedahan17:12:17

also what is ^:const syntax?

genmeblog17:12:30

No. There is no boot.

jedahan17:12:31

that is really awesome to see rewritten btw

genmeblog17:12:47

const is just const indicator

jedahan17:12:32

I guess i mean ^:

genmeblog17:12:50

It's a meta tag

genmeblog17:12:30

You can attach meta information to any clojure symbol

genmeblog17:12:36

Actually it's ^ symbol. :const is just a keyword

vuuvi18:12:51

@tsulej do you run these with lein?

genmeblog18:12:54

In emacs/cider

genmeblog20:12:53

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

jedahan21:12:05

ahh right, it loves multi-window