|
|
|
|
|
by claytongulick
1023 days ago
|
|
I love nodejs, it's my go-to language for server side stuff. Even with that bias though, I have to admit that it's awful for typical command line script stuff. Dealing with async and streams and stuff for parsing csv files is miserable (I just wrote some stuff to parse and process hundreds of gigs of files in node, and it wasn't fun). Python is the right tool for that job IMHO. Also, weirdly, maybe golang? I just came across this [1] and it has one of my eyebrows cocked. [1] https://bitfieldconsulting.com/golang/scripting |
|