README
This commit is contained in:
parent
c4a44aa7e6
commit
4c64214092
1 changed files with 9 additions and 11 deletions
20
README.md
20
README.md
|
|
@ -14,17 +14,6 @@ A Clojure [babushka](https://en.wikipedia.org/wiki/Headscarf) for the grey areas
|
|||
<a href="https://github.com/laheadle">@laheadle</a> on Clojurians Slack
|
||||
</blockquote>
|
||||
|
||||
## 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue