Hacker News new | ask | show | jobs
by RodgerTheGreat 754 days ago
GitBash (MinGW) doesn't ship with bc or dc, but it does ship with awk.
1 comments

This is targeted at Linux and Mac. If you're using Windows you are in the lucky position of probably not having or needing Bash.
GitBash is a POSIX environment that includes the titular bash, and it doesn't include bc, which is a direct counterexample to your original assertion. Lots of people who are stuck on windows for one reason or another still want or need to use bash, and that's why they use GitBash!

Clearly, if Amber did not have a dependency upon bc, it could then potentially provide value to those users.