diff --git a/README.md b/README.md index a1106a15..f75ab1a7 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,6 @@ A Clojure [babushka](https://en.wikipedia.org/wiki/Headscarf) for the grey areas @laheadle on Clojurians Slack -## Quickstart - -``` shellsession -$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) -$ ls | bb --time -i '(filter #(-> % io/file .isDirectory) *input*)' -("doc" "resources" "sci" "script" "src" "target" "test") -bb took 4ms. -``` - -## Rationale - The sweet spot for babashka is executing Clojure expressions or scripts in the same space where you would use Bash. @@ -59,6 +48,15 @@ may be a better fit, since the performance of Clojure on the JVM outweighs its startup time penalty. Read more about the differences with Clojure [here](#differences-with-clojure). +## Quickstart + +``` shellsession +$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) +$ ls | bb --time -i '(filter #(-> % io/file .isDirectory) *input*)' +("doc" "resources" "sci" "script" "src" "target" "test") +bb took 4ms. +``` + ## Status Experimental. Breaking changes are expected to happen at this phase. Keep an eye