doc
This commit is contained in:
parent
783fbd2f15
commit
b2b6abfbd3
1 changed files with 9 additions and 10 deletions
19
README.md
19
README.md
|
|
@ -21,19 +21,11 @@ can use a bit of Clojure in their shell scripts, it may be useful.
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
|
|
||||||
- interpretation is done by [sci](https://github.com/borkdude/sci) and all limits of sci apply to babashka
|
|
||||||
- pure (no side effects allowed)
|
|
||||||
- fast startup time
|
- fast startup time
|
||||||
- interprets only one form
|
- code is interpreted by [sci](https://github.com/borkdude/sci), a small Clojure
|
||||||
|
interpreter
|
||||||
- reads from stdin and writes to stdout
|
- reads from stdin and writes to stdout
|
||||||
|
|
||||||
If most of your script evolves into Clojure, you might want to turn to:
|
|
||||||
|
|
||||||
- [planck](https://planck-repl.org/)
|
|
||||||
- [joker](https://github.com/candid82/joker)
|
|
||||||
- [closh](https://github.com/dundalek/closh)
|
|
||||||
- [lumo](https://github.com/anmonteiro/lumo)
|
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
Experimental. Breaking changes are expected to happen at this phase.
|
Experimental. Breaking changes are expected to happen at this phase.
|
||||||
|
|
@ -138,6 +130,13 @@ You will need leiningen and GraalVM.
|
||||||
|
|
||||||
script/compile
|
script/compile
|
||||||
|
|
||||||
|
## Related projects
|
||||||
|
|
||||||
|
- [planck](https://planck-repl.org/)
|
||||||
|
- [joker](https://github.com/candid82/joker)
|
||||||
|
- [closh](https://github.com/dundalek/closh)
|
||||||
|
- [lumo](https://github.com/anmonteiro/lumo)
|
||||||
|
|
||||||
## Gallery
|
## Gallery
|
||||||
|
|
||||||
Here's a gallery of more useful examples. Do you have a useful example? PR
|
Here's a gallery of more useful examples. Do you have a useful example? PR
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue