Doc [skip ci]
This commit is contained in:
parent
d6de7a1298
commit
0adfcd636b
1 changed files with 4 additions and 3 deletions
|
|
@ -211,13 +211,14 @@ The majority of people use babashka as a replacement for `bash`, `python` or
|
||||||
writing small and short-running scripts that are cross-platform. In this
|
writing small and short-running scripts that are cross-platform. In this
|
||||||
scenario babashka is used for CLI utilities, ETL (data processing) scripts,
|
scenario babashka is used for CLI utilities, ETL (data processing) scripts,
|
||||||
automation / CI / devops and scripts ran from editors like emacs and vim. Some
|
automation / CI / devops and scripts ran from editors like emacs and vim. Some
|
||||||
people use it in places where they want to avoid or can't have JVM installation
|
people use it in places where they want to avoid or can't have a JVM
|
||||||
or in memory constrained environments. Some people answered: whenever I can.
|
installation or in memory constrained environments. Some people answered:
|
||||||
|
whenever I can.
|
||||||
|
|
||||||
*My comment:*
|
*My comment:*
|
||||||
|
|
||||||
Babashka's original goal was to be a Clojure replacement for shell scripting and
|
Babashka's original goal was to be a Clojure replacement for shell scripting and
|
||||||
it seems to have pulled that off according to the above summary.
|
based on the answers, it seems to have pulled that off.
|
||||||
|
|
||||||
### Q8 What operating system do you run babashka on?
|
### Q8 What operating system do you run babashka on?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue