|
|
|
|
|
by jmcqk6
4834 days ago
|
|
>Does anyone here really doubt that you can get more done with a single line of Python than a line of C/Java/C++? I've never understood this criticism before. Consider this line of python: x = 3 To this line in C: DoAllTheThings(); A single line of code is a bad comparison because it doesn't say anything about the underlying language or platform. |
|