Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Kimmax111065y@Jilano node for cli? Shoot me in the face, I'm already falling into a mid life crisis and am pissed if I have to use that bullshit for normal projects
-
@Jilano PHP sounds even worse than Node to be fair... But then I'll learn go perhaps
-
I’ve been doing the same to speed up some process I run at home and been using Python alongside bash,
only just started to learn Python but seems like there’s not much you can’t do with it -
@bigOHNOtation Might be true, but there are other things to dislike with Python. Like fucking indentation and funky error messages
-
olof15y
-
@olof I'll keep that in mind! I've actually been looking for an alternative to makefiles
-
Root825575yPython because it's already installed everywhere.
C because it's fast and you can make it as pretty as you want. Cross-platform takes more effort though.
Ruby because it'll make your life easy -- though i have no idea if there's a good gem for console text graphics.
Assembly because you want to torture yourself. -
Best bash replacement would probably be Python imho, it's still a scripting language and easy to throw together into a working, useful program, and is usually fast *enough*.
Related Rants
Lately I've had to write a bunch of CLI tools for repetitive tasks that any team member might run. I've been using normal bash for this, and it's great, but it feels a bit cumbersome when you have to do a lot of prompts and progress indicators. What other language would you suggest? GO would seem like a good candidate.
question
go
bash
cli