[skip ci] doc
This commit is contained in:
parent
1dd20b0a0c
commit
b61a65fb9e
2 changed files with 16 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ Twitter.
|
||||||
- [Elisp](https://gist.github.com/llacom/f391f41cbf4de91739b52bf8bb1a6d54) and cider commands to spawn a babashka repl and connect to it
|
- [Elisp](https://gist.github.com/llacom/f391f41cbf4de91739b52bf8bb1a6d54) and cider commands to spawn a babashka repl and connect to it
|
||||||
- [klein](https://gist.github.com/borkdude/c34e8e44eb5b4a6ca735bf8a86ff64fa), a
|
- [klein](https://gist.github.com/borkdude/c34e8e44eb5b4a6ca735bf8a86ff64fa), a
|
||||||
lein imitation script built on deps.edn
|
lein imitation script built on deps.edn
|
||||||
|
- [failjure](https://github.com/adambard/failjure) works with babashka.
|
||||||
#clojure
|
|
||||||
|
|
||||||
## 2021-01
|
## 2021-01
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ The following libraries and projects are known to work with babashka.
|
||||||
- [cljc.java-time](#cljcjava-time)
|
- [cljc.java-time](#cljcjava-time)
|
||||||
- [environ](#environ)
|
- [environ](#environ)
|
||||||
- [gaka](#gaka)
|
- [gaka](#gaka)
|
||||||
|
- [failjure](#failjure)
|
||||||
- [Pods](#pods)
|
- [Pods](#pods)
|
||||||
- [Projects](#projects-1)
|
- [Projects](#projects-1)
|
||||||
- [babashka-test-action](#babashka-test-action)
|
- [babashka-test-action](#babashka-test-action)
|
||||||
|
|
@ -435,6 +436,20 @@ div#foo {
|
||||||
text-decoration: none;}
|
text-decoration: none;}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### [failjure](https://github.com/adambard/failjure)
|
||||||
|
|
||||||
|
Working with failed computations in Clojure.
|
||||||
|
|
||||||
|
``` clojure
|
||||||
|
(require '[babashka.deps :as deps])
|
||||||
|
|
||||||
|
(deps/add-deps '{:deps {failjure/failjure {:mvn/version "2.1.1"}}})
|
||||||
|
|
||||||
|
(require '[failjure.core :as f])
|
||||||
|
|
||||||
|
(f/fail "foo")
|
||||||
|
```
|
||||||
|
|
||||||
## Pods
|
## Pods
|
||||||
|
|
||||||
[Babashka pods](https://github.com/babashka/babashka.pods) are programs that can
|
[Babashka pods](https://github.com/babashka/babashka.pods) are programs that can
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue