This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-10
Channels
- # announcements (2)
- # babashka (15)
- # beginners (174)
- # calva (16)
- # chlorine-clover (10)
- # clara (7)
- # clj-kondo (27)
- # cljdoc (10)
- # clojars (4)
- # clojure (50)
- # clojure-europe (10)
- # clojure-gamedev (3)
- # clojure-greece (1)
- # clojure-italy (4)
- # clojure-losangeles (1)
- # clojure-nl (16)
- # clojure-sg (1)
- # clojure-spec (7)
- # clojure-uk (41)
- # clojurescript (22)
- # data-science (15)
- # datascript (38)
- # datomic (2)
- # duct (15)
- # emacs (2)
- # fulcro (110)
- # funcool (9)
- # graphql (10)
- # jackdaw (8)
- # jobs (23)
- # joker (1)
- # leiningen (15)
- # luminus (1)
- # malli (20)
- # off-topic (26)
- # pathom (5)
- # pedestal (1)
- # reitit (19)
- # shadow-cljs (78)
- # spacemacs (2)
- # sql (52)
- # tools-deps (99)
- # vim (13)
bb is now available on docker:
$ docker run borkdude/babashka:0.0.70-SNAPSHOT bb -e '(System/getProperty "java.vm.version")'
"GraalVM 19.3.1 CE"
@borkdude https://github.com/borkdude/babashka/blob/master/doc/dev.md#build reads
> run
> script/compile
But don't you need to run lein uberjar
or something first?
PS: I was at first confused by deps.edn adding dependencies there and having class not found exception until I noticed there is also project.clj 🙂
right, now I see it. How could I have overlooked it?
I bet you have a script to calculate the checksums? for bb in homebrew I use this: https://github.com/borkdude/homebrew-brew/blob/master/update-babashka
I have script like this: https://github.com/littleli/scoop-clojure/blob/master/scripts/babashka.sh
it took me some time to do the magic with curl, but it's fairly powerful. No I have script for every program. clojure has slightly different one, because it is not released via github
in the past I was doing portages for gentoo and tarballs for slackware, well that's about 15-20 years ago 🙂 good old times.
If anyone has experience with yaml in Clojure, feel free to chime in here: https://github.com/borkdude/babashka/issues/263