How do you choose what language to start a project in? It seems the options range from the formidable C - sometimes C++ - to embeddable languages like Lua or Squirrel, and on to newer options like Javascript and Rust.
I’ve generally used plain C for my small embedded projects, but I’d love to work with something that can offer better tooling or better guarantees on my code.
Seriously, are we stuck with C forever, or will something like zinc.rs ever catch on? If so, what will it take?