This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-08
Channels
- # announcements (2)
- # asami (2)
- # babashka (7)
- # beginners (59)
- # cider (12)
- # cljdoc (1)
- # cljs-dev (18)
- # clojure (23)
- # clojure-europe (15)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-uk (5)
- # clojured (16)
- # clojurescript (22)
- # core-typed (8)
- # cursive (3)
- # datomic (24)
- # events (2)
- # fulcro (4)
- # gratitude (1)
- # helix (13)
- # hoplon (18)
- # integrant (2)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # joyride (5)
- # minecraft (1)
- # off-topic (76)
- # pathom (18)
- # podcasts (8)
- # polylith (11)
- # remote-jobs (4)
- # rewrite-clj (22)
- # sci (4)
- # shadow-cljs (152)
- # sql (4)
- # tools-build (26)
- # tools-deps (34)
Does add-deps (https://book.babashka.org/#_add_deps) require java or clojure to be installed?
That function uses deps.clj, which in turn looks for java:
user=> (deps/add-deps '{:deps {medley/medley {:mvn/version "1.3.0"}}})
java.lang.Exception: Couldn't find 'java'. Please set JAVA_HOME. [at <repl>:2:1]
However, if java is installed, deps.clj will download the clojure tools jar and so on, so I think I'm right in saying that the only pre-req is java (and of course, bb)👍 1
Can I make self-contained executable with bb or nbb ? (assume the host does not have bb installed)
You can do it with caxa: https://github.com/babashka/babashka/wiki/Self-contained-executable
🎉 1
Babashka 0.8.156 released. See the announcement https://clojurians.slack.com/archives/C06MAR553/p1654711774224899! 🎉
🎉 4