DEV Community

Discussion on: Bash is a terrible as a programming language, but what's the alternative ?

Collapse
 
leewiscovitch profile image
Lee Wiscovitch

Just to be clear, and I think others have mentioned this, but bash isn't a programming language...it's a scripting language. Two vastly different domains...Python kinda straddles that but usually it's a clear deviation between the two. You wouldn't use bash to provide a complex gui, and you wouldn't use C to copy some files...You can, but that's on you then ;)