|
|
|
|
|
by lmm
1857 days ago
|
|
> Hmm, what is the "non-political" reality in the question of equality of languages? Human languages aren't equal; plenty of languages have problems either in specific areas or just generally, and any academic linguist can tell you (off the record) which. > There are other successful languages, too. Python is probably the most successful teaching language; I can't think of another language with a better reputation syntax-wise. (And if another language has such a reputation, it's probably because that language is also "Pythonic"). |
|
Honestly, I would personally teach plain C for algorithms because it has the simple for loops and while loops, tail-call recursion, arrays and structures.
Python has a kitchen sink.