Hacker News new | ask | show | jobs
by cortesoft 2178 days ago
What makes python more of a real language than ruby?
1 comments

It’s more mainstream for tools like this.
Please explain. Have you heard of chef? That is ruby and it can be beautiful. Chef > Ansible. Chef server is meh.
The point wasn’t that Python is better than Ruby, they are about the same IMO. The point was they are both better than Bash, and Ruby actually makes it super convenient to write bash-like scripts, so there’s no excuse to not be using Ruby.
Eh.. Puppet? [ed: and chef..]
Python and Ruby are both functionally equivalent in my book. The difference is prevalence; for systems tools, Python is more common because it comes installed by default with more Linux distros and in my experience anyways, is faster to respond to breaking upstream issues and build failures, which is almost certainly just due to more widespread usage. I have nothing against Ruby, it’s a pretty language and does what you need and has good metaprogramming support. Just saying for a tool you want lots of people to adopt, it’s more mainstream to choose Python.
Right. I just can't think of a more mainstream tool in this space than puppet - that's why I thought your statement seemed odd.
Yeah, I was thinking more broadly about systems utilities rather than specifically state management.