|
|
|
|
|
by fusiongyro
5049 days ago
|
|
Yes, but again, there is no Python syntax for anonymous classes. That you can "easily do" something a different way is not proof that two things are the same, it's proof that they are in fact different. Which again, is my point. That Python has other, different features that can be used for other different effects just makes it that much more different. Python has green threads, but if you want concurrency, you have to resort to the process module. This is not a limitation Java's threading shares. I'm not arguing that Python is bad or inadequate, just that it is a fundamentally different thing and should not be viewed as a superset of Java. |
|