|
|
|
|
|
by W4RH4WK55
1144 days ago
|
|
Well, my take is that the language isn't that great, but I really really dislike the ecosystem. The sheer amount of code you get, even when using seemingly lightweight dependencies is just such a dumpsterfire. I once ran cloc on a react getting started example. The example, including its dependencies, contained more than 3 times the lines of code than a 3D game engine (targetting PS4/5) + game logic + dependencies for a (non-indie) title I was porting around that time. |
|
In one case I has a 150ish LoC Python command line tool that I wanted to package up and distribute, and it came in at over 150 MB because I need a single function from sk-image, which contain 100s of image processing function plus pulls in all of both scipy and numpy as dependencies.