by roboben on 3/27/23, 12:32 PM with 0 comments
Is there a list of workflow examples for many programming language?
I don’t mean code samples a la hello world and how to do parallel programming.
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.
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.
If there isn’t a list like this, maybe we can start a simple GitHub repo with markdown files?