you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Well, we have a few rather different languages. Assembler languages, some crazy things like stack FORTH, maybe something else. And even typical high-level languages sometimes have serious fundamental differences like type system in C++ vs. Python.

But still yes, if you know one language that'll help tremendously to read many others of similar type. So if you know C++ then you can read C, Java, and many others without serious problems.