This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-16
Channels
- # aws (17)
- # babashka (2)
- # beginners (131)
- # bristol-clojurians (1)
- # calva (16)
- # chlorine-clover (6)
- # cider (10)
- # clara (5)
- # cljsrn (82)
- # clojure (176)
- # clojure-dev (14)
- # clojure-europe (13)
- # clojure-italy (13)
- # clojure-nl (4)
- # clojure-spec (10)
- # clojure-sweden (32)
- # clojure-uk (32)
- # clojuredesign-podcast (2)
- # clojurescript (34)
- # community-development (2)
- # conjure (17)
- # cursive (4)
- # datomic (51)
- # emacs (6)
- # figwheel-main (26)
- # fulcro (16)
- # graalvm (11)
- # jobs (2)
- # jobs-discuss (30)
- # kaocha (4)
- # meander (23)
- # off-topic (34)
- # pathom (5)
- # re-frame (10)
- # reagent (3)
- # reitit (6)
- # releases (3)
- # sci (36)
- # shadow-cljs (27)
- # sql (9)
- # testing (6)
- # tools-deps (28)
- # vim (8)
could you recommend a clojure http client library compatible with graalvm? I found clj-http-lite, are there more libraries?
@jlle I recommend clj-http-lite. clj-http doesn't really work well with GraalVM without hacks and even then, compile time and binary size aren't that good. Another alternative is babashka.curl, which is a thin wrapper around curl with a Clojure idiomatic interface
@borkdude I didn't notice that is possible to use babashka.curl as a library. I see that you have a hato-native fork. Is it usable or was it just an experiment?
it is barely usable, it's quite heavy on native-image analysis, I wouldn't use it myself