doc [skip ci]

This commit is contained in:
Michiel Borkent 2020-11-28 21:23:06 +01:00
parent f23723abeb
commit 39e59f2806

View file

@ -82,7 +82,12 @@ $ ls | bb -i '(filter #(-> % io/file .isDirectory) *input*)'
bb took 4ms.
```
### Examples
## Babashka book
Read the [babashka book](https://book.babashka.org) to learn more about how to
get the most out of babashka.
## Examples
Read the output from a shell command as a lazy seq of strings:
@ -194,14 +199,6 @@ Check out the image on [Docker hub](https://hub.docker.com/r/borkdude/babashka/)
Check out the [news](doc/news.md) page to keep track of babashka-related news items.
## Babashka book
See the [babashka book](https://book.babashka.org) for more details on how to
use babashka.
## Usage
## Differences with Clojure
Babashka is implemented using the [Small Clojure