doc
This commit is contained in:
parent
e38cac792c
commit
f3689c6cb5
1 changed files with 6 additions and 6 deletions
12
doc/pods.md
12
doc/pods.md
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue