clojure-art

jedahan 2017-12-20T17:35:55.000408Z

@tsulej is there a boot template I can use ?

jedahan 2017-12-20T17:36:17.000238Z

also what is ^:const syntax?

genmeblog 2017-12-20T17:36:30.000051Z

No. There is no boot.

jedahan 2017-12-20T17:36:31.000224Z

that is really awesome to see rewritten btw

genmeblog 2017-12-20T17:36:47.000075Z

const is just const indicator

genmeblog 2017-12-20T17:36:55.000640Z

Constant

jedahan 2017-12-20T17:37:32.000068Z

I guess i mean ^:

genmeblog 2017-12-20T17:37:50.000443Z

It's a meta tag

genmeblog 2017-12-20T17:38:30.000137Z

You can attach meta information to any clojure symbol

genmeblog 2017-12-20T17:39:35.000301Z

https://clojure.org/reference/metadata

genmeblog 2017-12-20T17:40:36.000541Z

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

vuuvi 2017-12-20T18:03:51.000241Z

@tsulej do you run these with lein?

genmeblog 2017-12-20T18:04:54.000105Z

In emacs/cider

vuuvi 2017-12-20T19:10:35.000465Z

i see

genmeblog 2017-12-20T20:46:53.000274Z

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

jedahan 2017-12-20T21:53:05.000239Z

ahh right, it loves multi-window