Update README.md
This commit is contained in:
parent
1f8ef616b3
commit
8703ff9f66
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
[](https://clojars.org/borkdude/babashka)
|
[](https://clojars.org/borkdude/babashka)
|
||||||
[](https://cljdoc.org/d/borkdude/babashka/CURRENT)
|
[](https://cljdoc.org/d/borkdude/babashka/CURRENT)
|
||||||
|
|
||||||
A Clojure [babushka](https://en.wikipedia.org/wiki/Headscarf) for the grey areas of bash.
|
A Clojure [babushka](https://en.wikipedia.org/wiki/Headscarf) for the grey areas of Bash.
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
|
|
@ -18,11 +18,11 @@ bb took 4ms.
|
||||||
## Rationale
|
## Rationale
|
||||||
|
|
||||||
The sweet spot for babashka is executing Clojure snippets or scripts in the same
|
The sweet spot for babashka is executing Clojure snippets or scripts in the same
|
||||||
space where you would use bash.
|
space where you would use Bash.
|
||||||
|
|
||||||
As one user described it:
|
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.
|
> 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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue