Fork me on GitHub
#clojure
<
2021-08-21
>
hiredman00:08:07

at one point on a project when converting TODO comments to jira issues, I would make custom macros like do to act as markers (defmacro jira-issue-5 [& args] (do ~@args))` sort of things, it was just a lot to keep up

emccue00:08:57

^we are doing the same thing with new todos, so we get discoverability and a place to document what work needs to be done and why

emccue00:08:53

(not the do-like macro, the metadata approach)

Ben yjz04:08:22

hi, are there people around who are interested in clojure and blockchain? working on this

kwladyka16:08:20

I was doing for ETH in ClojureScript

wcalderipe08:08:49

hey @U02BJ5QDNP5 at https://multis.co we use ClojureScript to extend https://gnosis-safe.io business capabilities. There's also https://github.com/district0x doing lots of ClojureScript in a open-source fashion