This commit is contained in:
Michiel Borkent 2019-08-10 22:44:59 +02:00
parent 37a893fdd8
commit b17e89c894

View file

@ -15,9 +15,9 @@ Properties:
## Rationale
Most of your script is in bash, but you want a tiny sprinkle of Clojure.
If most of your shell script evolves into Clojure, you might want to turn to:
If you're a bash expert, you probably don't need this. But for those of us who
can use a tiny sprinkle of Clojure on their bash scripts, it may be useful. If
most of your shell script evolves into Clojure, you might want to turn to:
- [planck](https://planck-repl.org/)
- [joker](https://github.com/candid82/joker)