Hacker News new | ask | show | jobs
by ironmagma 2177 days ago
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.
1 comments

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.