Last active
December 28, 2015 21:29
-
-
Save alco/7564991 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Problems with shell script: | |
* no builtin string processing | |
* obscure escaping rules | |
* no numbers | |
* no types | |
* insane functions | |
* bad argument parsing | |
* i18n? | |
* no config parsing | |
* no dry run of the whole script | |
* no dependency management | |
* no convenient stream abstractions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment