Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

decent languages for unixy shell scripting

Name: Anonymous 2019-08-27 8:06

are there any? ash, dash, csh, ksh and bash all suck when you want to do more complex programming because simple shit like conditionals are based on weird hacks, and because they favor clever one-liners over clarity. perl makes complex programming easier but it also relies heavily on cleverness and doing cryptic shit with symbols. popular scripting languages like python are ok if your're are idea of shell script is 'text processing', not 'managing processes and pipes'. scsh is not maintained anymore. maybe someone should make a racket #lang for this shit.

Name: Anonymous 2019-08-28 6:20

>>5
haskell
shell scripting is all about side effects, which means your're are going to be jumping through the monadic hoops all the time
scheme
no built-in support for OS stuff in stdlib
that one scheme shell thing
it was really cool, but it's tied to a specific ancient scheme implementation which doesn't work on 64-bits

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List