Timeline for How complex can a program be written in pure Bash?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 9, 2017 at 20:07 | comment | added | Lizardx | This is the most accurate set of negatives to me, as someone who does many large bash scripts, these would roughly be what I would list as the negatives as well. However, one thing I've found is that Bash is actually not that much slower than other compiled languages when comparing similar functionality. I have a sneaking suspicion that were I to attempt to write some of the more complicated things I have in bash in python, the speed difference would not make the monstrous work involved ever worth it. However, Bash alone I found too limited, but Bash + gawk works well, gawk is almost real. | |
| Jul 23, 2016 at 13:06 | history | answered | ilkkachu | CC BY-SA 3.0 |