From 1aa1abf2929635e0c435e6ea8baab88af89a7b98 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 2 Mar 2020 10:01:04 +0100 Subject: [PATCH] README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f75ab1a7..5775e3d9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ As one user described it: > I’m quite at home in Bash most of the time, but there’s a substantial grey area of things that are too complicated to be simple in bash, but too simple to be worth writing a clj/s script for. Babashka really seems to hit the sweet spot for those cases. -Goals: +## Goals * Low latency Clojure scripting alternative to JVM Clojure. * Easy installation: grab the self-contained binary and run. No JVM needed. @@ -34,7 +34,7 @@ Goals: * Batteries included (tools.cli, cheshire, ...) * Library support via popular tools like the `clojure` CLI -Non-goals: +## Non-goals * Performance1 * Provide a mixed Clojure/Bash DSL (see portability).