Added a rationale for #babashka http-client: why another HTTP client in babashka? tools.bbuild: a #babashka compatible version of http://tools.build https://github.com/babashka/tools.bbuild It's experimental, but fun ;-) Powered by a (friendly) fork of #nbbcljs (with feature flags enabled for datascript, etc) #clojure #clojurescript Babashka 1.0.169 Native, fast starting Clojure interpreter for scripting #clojure dev tooling command line tools compiled using native-image: https://github.com/babashka/babashka #graalvm @graalvm Dear #babashka friends! Just finished up writing the babashka http-client today and I think it's ready to be used. Please provide your feedback while this library is in flux so we can move it to a built-in somewhere in 2023! @borkdude wow! Could you enlighten me: is there a reason behind not just adding a `(client/download-file url filename)’ function to hide the entire download process? There must be a good reason I'm sure. Publish an image to mastodon using nbb! https://mccormick.cx/news/entries/post-an-image-to-mastodon-using-nbb Getting started with Clojure on Windows (natively, no WSL) https://github.com/littleli/scoop-clojure/wiki/Getting-started This guide recommends installing clojure using: scoop install clj-deps It uses the deps.clj binaries and installs them as clj.exe In #squintcljs keyword calls like `(:foo x)` are compiled to `(get x "foo")`. This is why you can use `(:foo x)` instead of writing the interopsy `(.-foo x)`, making interop, if you squint real hard, seem more Clojury! The next version of #babashka will have up to 5x faster Java interop due to caching of reflective method lookup. Scittle 0.5.12 released! Use CLJS, reagent, re-frame, promesa and other awesome stuff direct in your browser tags How to do things with #babashka https://presumably.de/how-to-do-things-with-babashka.html A good resources with examples of how to do stuff in bash vs #babashka by @pesterhazy ! Squint now supports passing down props in JSX using `:&` inspired by @lilactown_'s helix. A new version of SCI: Small Clojure Interpreter, used in #babashka, #nbb, etc. JS interop now got 5-7x faster and various other improvements https://github.com/babashka/sci/blob/master/CHANGELOG.md#0637-2022-12-20 |