Add quickstart.
This commit is contained in:
parent
ec1825ce83
commit
97e33ffdd5
1 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,14 @@ most of your script evolves into Clojure, you might want to turn to:
|
||||||
- [closh](https://github.com/dundalek/closh)
|
- [closh](https://github.com/dundalek/closh)
|
||||||
- [lumo](https://github.com/anmonteiro/lumo)
|
- [lumo](https://github.com/anmonteiro/lumo)
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
``` shellsession
|
||||||
|
$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install)
|
||||||
|
$ bb '(vec (dedupe *in*))' <<< '[1 1 1 1 2]'
|
||||||
|
[1 2]
|
||||||
|
```
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
Experimental. Breaking changes are expected to happen at this phase.
|
Experimental. Breaking changes are expected to happen at this phase.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue