|
|
|
|
|
by torben-friis
2459 days ago
|
|
Lack of a large enough standard library is a big differenciating factor, as it makes you very dependent on third party libraries. Even if you avoid it by creating your own utils, chances are that the creators of the large packages you use (like a database manager or a rest framework) will depend directly or indirectly of those third party tools. |
|