Hacker News new | ask | show | jobs
Write Your AWS DevOps Tool in Haskell for Great Good (blog.oyanglul.us)
2 points by oyanglulu 1775 days ago
1 comments

Maintainability is paramount in DevOps and core to that is using languages that are common.

I personally would advocate strongly against using Haskell in DevOps. Too few people know the language. Python is a good choice when one needs to move beyond bash and the existing tools.