Fork me on GitHub
#babashka
<
2022-03-22
>
borkdude13:03:28

In case anyone's interested, here's a preview of my presentation about #nbb tonight (18:30 UTC) at London's Clojurians (online). https://www.dropbox.com/s/s6xa6530d16e4qy/nbb_lndc_2022.pdf?dl=0

borkdude15:03:41

Compiling Babashka on Apple M1 is now really really easy: https://github.com/babashka/babashka/wiki/Compiling-for-M1

6
clojure-spin 4
🎉 7
markbastian22:03:31

Hey all, what’s the current preferred http client for babashka? clj-http-lite?

borkdude22:03:25

There is also org.httpkit.client as a built-in client. And bb now also has the JDK 11 client built in (via interop, it makes bb compatible with hato, https://github.com/schmee/java-http-clj, etc)

markbastian22:03:52

Does the curl client “mostly” match the expected shape of request as you might use with clj-http, clj-http-lite, and similar? The docs look kind of like it does.

borkdude22:03:03

should be yes

🆒 2