This commit is contained in:
Michiel Borkent 2020-05-28 11:52:18 +02:00
parent 3b8e2ec5f7
commit ace522ae9f
3 changed files with 8 additions and 7 deletions

View file

@ -787,14 +787,15 @@ Differences with Clojure:
- No `defprotocol`, `defrecord` and unboxed math. - No `defprotocol`, `defrecord` and unboxed math.
## [Libraries and projects](doc/libraries.md) ## [Libraries, pods and projects](doc/libraries.md)
A list of projects (scripts, libraries and tools) known to work with babashka. A list of projects (scripts, libraries, pods and tools) known to work with babashka.
## Pods ## Pods
Pods are a way of extending babashka using other programs. Documentation is Pods are programs that can be used as a Clojure library by
available in the [library repo](https://github.com/babashka/babashka.pods). babashka. Documentation is available in the [library
repo](https://github.com/babashka/babashka.pods).
## Package babashka script as a AWS Lambda ## Package babashka script as a AWS Lambda

@ -1 +1 @@
Subproject commit 6fb10a3c6abdaddf7e2861fce5a3a27de1fbc1eb Subproject commit 906a71b66693f7d4990a32602da5e9029b7e591d

View file

@ -240,8 +240,8 @@ which is like sh/sh, but it inherits stdin/stdout/stderr, so that the user sees
## Pods ## Pods
[Babashka pods](https://github.com/babashka/babashka.pods) are command line [Babashka pods](https://github.com/babashka/babashka.pods) are programs that can
applications that can be used as Clojure libraries within babashka scripts. be used as Clojure libraries by bababshka.
- [babashka-sql-pods](https://github.com/babashka/babashka-sql-pods): pods for - [babashka-sql-pods](https://github.com/babashka/babashka-sql-pods): pods for
interacting with SQL databases interacting with SQL databases