This commit is contained in:
Michiel Borkent 2020-05-07 20:11:06 +02:00
parent e38cac792c
commit f3689c6cb5

View file

@ -5,15 +5,15 @@ babashka. Pods can be created independently from babashka. Any program can be
invoked as a pod as long as it implements the _pod protocol_. This protocol is
influenced by and built upon battle-tested technologies:
- the [nREPL](https://nrepl.org/) and [LSP](https://microsoft.github.io/language-server-protocol/) protocols,
- [bencode](https://en.wikipedia.org/wiki/Bencode),
- [JSON](https://www.json.org/json-en.html),
- the [nREPL](https://nrepl.org/) and [LSP](https://microsoft.github.io/language-server-protocol/) protocols
- [bencode](https://en.wikipedia.org/wiki/Bencode)
- [JSON](https://www.json.org/json-en.html)
- [EDN](https://github.com/edn-format/edn)
- composition of UNIX command line tools in via good old stdin and stdout.
- composition of UNIX command line tools in via good old stdin and stdout
Pods are a brand new way to extend babashka and you should consider the protocol
alpha for now. Breaking changes may occur as we discover better ways of doing
things. Pods were introduced in babashka version `0.0.92`.
alpha. Breaking changes may occur at this phase. Pods were introduced in
babashka version `0.0.92`.
Pods you can try today: