Hi beautiful people of HN!<p>Is there a list of workflow examples for many programming language?<p>I don’t mean code samples a la hello world and how to do parallel programming.<p>I am looking for state of the art, current best practices on how to really work with a given language: How does the REPL go? How do you install/manage versions? How do you install/manage packages and dependencies. How do you debug? How do you integrate in your editor? Etc.<p>I feel like a lot of ergonomics of a language does not come from the language itself but from how to use the tooling and ecosystem around it.<p>If there isn’t a list like this, maybe we can start a simple GitHub repo with markdown files?