Hacker News new | ask | show | jobs
by paulddraper 3638 days ago
> About the only use-case I can think of where Ruby has a clear advantage is in creating a DSL

Yep. Chef and Puppet (machine configuration tools) are written in Ruby.

1 comments

Ansible is written in Python and they didn't have to invent a DSL to make it work ;)
Ansible is written in anything that generates json
Ansible itself is written in Python, but yeah, the plugins can be written in pretty much anything.