|
|
|
|
|
by vimsee
957 days ago
|
|
Why does it need to be the best in one single metric when it can be great in many? It is an order of magnitude faster than Python.
So it is well suited for performance in many cases. It is a lot easier to pick up than C/C++.
So it is well suited for smaller programs. I can see Go as a very good middle-ground. |
|
That's why corporations like Google invent "middle-ground" languages.
Go from Google
Java from Oracle
C# from Microsoft
These companies need some performance, but they can't hire enough C/C++/Rust devs (not enough exist). They're flush with JS/Python devs, but those languages are too slow.
So they invent these abominable "middle-level" languages, with their insane bloat.
For myself, I'm not interested in mediocrity to serve corporate interests, so I don't touch them. :p Extremes only: Python and C; Ruby and Rust; JS and C++.