Quoted By:
>industry standard language
Ok now real talk. The industry just uses whatever a sufficiently large number of people whom it can hire know and whatever happens to be the meme of the season. That's why lots of companies use languages like Swift and Python for software development even if they're not as suited for micro-optimizations. Most developers just work on the level of super-abstractions and let module packages (often written in other languages) do all the dirty work for them. Unless you plan on working on something the size of a graphics engine or a search engine where you've actually gotta be concerned with executing thousands of operations per minute, it doesn't matter what exactly you use to program with.