What's with the Bash replacements?
There are a gazillion posts about Bash replacements recently. Why?
I trust that you know how to make coffee. I don't care if it's drip, French press, Keurig, etc. I know that you will come to work with all the caffeine that you need.
Maybe we should geek out on beans sometimes but seriously why micro-optimize on beans? They're a means not an end.
Similarly, shell is (to crib off Cyc) the whitespace not the content. There's no there there. We might as well discuss 86 vs 87 octane or the size of a shipping container.
2 comments
[ 3.0 ms ] story [ 19.3 ms ] threadStill, if bash works for you keep using bash ;)
¹ https://www.oilshell.org/blog/2021/01/why-a-new-shell.html
But then again, I don't write shell scripts. I might have a 5 line logic free script here and there, but pipes and variables and loops and globs are not a regular fixture in my life.
I just move straight to Python if I want to program something, and I almost never have any need for a quick ad hoc script.
But some people do real work in shell. And they like to program interactively.
And bash is not the nicest language. I don't think any shell is that great, they all make compromises trying to be both a UI and a language, but bash is especially not great.
I wonder if the people who like shell in general would like a FORTH based shell.