Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
José Luis Cruz edited this page Dec 16, 2016 · 14 revisions

Why Bash and not $other_language ?

  • Because it is so much more fun! (obviously!)
  • Because Pure Speed™ is not the main focus of this project, as much as duct-tape-ability. (tinkering love wins, everytime)
  • Because it feels right to use shellscript when relying so much on Unix tools. (can't argue with feelings)
  • Because being slower and having fewer advanced features than 'better' languages, it forces you to compensate in better design, makes it harder to deviate from the original vision and motivates keeping track of the essential. (making the most out of it!)
  • Because both Bash and the Unix tools are stable like dinosaurs (insert a meteorite joke here), and they're reliable, and they are also installed by default in most systems.
  • Because a sane, useful, solid, feature-packed script is something to be-hold. :'-)

Wiki Table of Contents

Clone this wiki locally