The niche of short, environment-specific scripts, and the consequences for programming language design choices:
miniblog.
Related Posts
I'm surprised there aren't more tools out there for starting a new project with some default config files.
There's `cargo new` but it's Rust specific and very minimal. create-react-app is React specific.
The only option I know of is cookiecutter. Surely it's a common problem?
I'm still not sure whether a language should include a "kitchen sink linter" like Rust's clippy or have a package oriented "thousand flowers bloom" linter like eslint for JS and TS.
Clippy is delightful out of the box but eslint makes it so easy to have project specific lints.
Is there a programming equivalent of the strawberry problem, i.e. a specific coding task that LLMs are consistently bad at?