Top 3 Themes from the discussion
| Theme | Key takeaway | Representative quote |
|---|---|---|
| 1. Preference for real Python over YAML/DSL | Many users stress that infrastructure code should be real Python, not a YAML‑based DSL. | “Infrastructure as Code, not infrastructure as YAML.” — crispyambulance |
| 2. Critique of YAML complexity & love of expressive code | YAML’s limits (e.g., needing {% if %} inside strings) push developers toward a full programming language with proper debugging, types, and IDE support. |
“About YAML. Wonderful format. For about eleven minutes. Then someone needs an if, and you have {% if %} inside a string inside a list inside a map… Congratulations, you reinvented a programming language. Badly. The honest move is to admit you wanted code, then write code.” — wowi42 |
| 3. Growing community & maintainer activity | Despite early concerns, the project now has multiple maintainers and repeat contributors, sparking optimism about its future adoption. | “It's amazing to see more contributors!” — subhobroto |
All HTML entities have been corrected and the output is presented in Markdown.