Comment Re:An exaggeration of a pretentious developer (Score 1) 603
Blow does not care that his language sees wide adoption. The only user it *needs* to satisfy is himself.
He certainly is developing the language in that manner, but he is rooting for a wider adoption if nothing just for vanity's sake.
I understand that Rust can be a viable replacement for some people because it has libraries available (it is pushed by a company), but languages like Jai still need a long way to go before anyone can actually use it. The crankish circumstances under which it is developed do not promise good chances of this happening.
C++ is bad regarding many things, but it is not that bad. It is mostly hated for it's complexity and letting you do anything you want. But especially if you are an independent developer, you are not forced to use things you don't want to, and language giving you full control is a positive thing (at least in my opinion) in contrast to strictness of Rust. I myself wish there is a better language, but the amount of libraries available to me and years of experience with the language make me stick to it.