This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-04
Channels
- # aleph (2)
- # announcements (1)
- # biff (1)
- # calva (16)
- # cider (4)
- # clojure (45)
- # clojure-argentina (1)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-uk (7)
- # clojurebridge (1)
- # clojurescript (3)
- # clr (3)
- # cursive (21)
- # datomic (4)
- # fulcro (4)
- # graalvm (3)
- # holy-lambda (8)
- # honeysql (22)
- # lsp (3)
- # malli (3)
- # nbb (1)
- # off-topic (3)
- # portal (13)
- # re-frame (3)
- # reagent (7)
- # releases (1)
- # shadow-cljs (1)
Hi, I'm new to clojure and ClojureCLR. Is there a way to add a clojure library/dependency like is done with lein? And maybe add it from a git repo
🥳 1
According to the previous post with status report, this is being worked on. For now you may get away with something similar to what I do in this starter-project: https://github.com/PEZ/clojure-clr-starter. There’s some little more info about the approach here: https://blog.agical.se/en/posts/how-to-create-a-really-simple-clojureclr-dependency-tool/