From 07d71d0869af248aa54a1c289f46b6353bf2b243 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 8 Mar 2020 12:05:34 +0100 Subject: [PATCH] README: add 4bb --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bb20560..94429114 100644 --- a/README.md +++ b/README.md @@ -657,6 +657,8 @@ For making HTTP requests you can use: included with babashka and aliased as `curl` in the user namespace. - `slurp` for simple `GET` requests - [clj-http-lite](https://github.com/borkdude/clj-http-lite) as a library. +- `clojure.java.shell` or `java.lang.ProcessBuilder` for shelling out to your + favorite command line http client ### HTTP over Unix sockets @@ -813,11 +815,9 @@ $ bb -e "(require '[lambdaisland.regal :as regal]) (regal/regex [:* \"ab\"])" #"(?:\Qab\E)*" ``` -#### [spartan.test](https://github.com/borkdude/spartan.test/) - -A minimal test framework compatible with babashka. This library is deprecated -since babashka v0.0.68 which has `clojure.test` built-in. +#### [4bb](https://github.com/porkostomus/4bb) +4clojure as a babashka script! ### Blogs