|
|
|
|
|
by zmmmmm
2398 days ago
|
|
Nice explanation. Python is a great example of this IHMO. It is a real struggle to get the Python programmers on my team to use any other language than Python. Why? Because it's easy for them. But the solutions they create with it are highly suboptimal. They could be far more robust and expressed much more concisely and directly in other languages with more powerful type systems and better support for eg: functional concepts. But they actually really think that because Python is easy for them, that it's "simple". It's not: it's incredibly complex. |
|