Hacker News new | past | comments | ask | show | jobs | submit login

Well, I do Python for decades :-)

But I would be OK with

(a) shell programs that talk to each other through pipes with something structured -- e.g. depending on the program with something like a pandas dataframe(binary) a parsable tree (e.g. json-like) or csv output and input -- as opposed to random text people try to parse with cut -f, regexes and so on.

(b) shell programs that share the same flags for the same things (not e.g. -o/--output for output in one program and -w/--write-file in another) and only specialize in the behavior they need...

and several other things besides...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: