From 84f2fd2be0e01d559e7dab9223c81f4224edd823 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 28 Nov 2020 22:34:34 +0100 Subject: [PATCH] doc [skip ci] --- README.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 76a8b665..b9517d77 100644 --- a/README.md +++ b/README.md @@ -191,14 +191,28 @@ You may also download a binary from [Github](https://github.com/borkdude/babashka/releases). For linux there is a static binary available which can be used on Alpine. -## Docker - -Check out the image on [Docker hub](https://hub.docker.com/r/borkdude/babashka/). - ## News Check out the [news](doc/news.md) page to keep track of babashka-related news items. +## Built-in namespaces + +Go [here](https://book.babashka.org/#built-in-namespaces) to see the full list of built-in namespaces. + +## [Libraries, pods and projects](doc/projects.md) + +A list of projects (scripts, libraries, pods and tools) known to work with babashka. + +## Pods + +Pods are programs that can be used as a Clojure library by +babashka. Documentation is available in the [library +repo](https://github.com/babashka/babashka.pods). + +## Docker + +Check out the image on [Docker hub](https://hub.docker.com/r/borkdude/babashka/). + ## Differences with Clojure Babashka is implemented using the [Small Clojure @@ -230,16 +244,6 @@ Differences with Clojure: - The `clojure.core.async/go` macro is not (yet) supported. For compatibility it currently maps to `clojure.core.async/thread`. More info [here](#coreasync). -## [Libraries, pods and projects](doc/projects.md) - -A list of projects (scripts, libraries, pods and tools) known to work with babashka. - -## Pods - -Pods are programs that can be used as a Clojure library by -babashka. Documentation is available in the [library -repo](https://github.com/babashka/babashka.pods). - ## Package babashka script as a AWS Lambda AWS Lambda runtime doesn't support signals, therefore babashka has to disable