A reminder of how people from different programming language backgrounds will judge your language choices. (Everyone has biases and their own favourite stack too.)
Related Posts
The niche of short, environment-specific scripts, and the consequences for programming language design choices: https://brrt-to-the-future.blogspot.com/2021/03/why-bother-with-scripting.html
Blogging about my programming language project: choosing the basic syntax!
https://www.garden-lang.org/blog/syntax.html
TIL Advent of Code and Project Euler will deliberately look for puzzles where the naive solution is worse than quadratic.
This ensures that people can solve them with any programming language. You don't want fast languages to be able to use the naive solution.