|
|
|
|
|
by btilly
5049 days ago
|
|
I never claimed that the two were the same language. My claim was that you can take anything written in Java and pretty much directly translate it to Python. The fact that there are things Java will flag as errors that a Python translation does not, does not change this fact. |
|
Also, Java threads and anonymous classes do not translate directly to Python.