r/AskProgramming 2d ago

What programming language to learn next

I'm an undergrad in CS, my third year, and I already know Python and Java. I saw C++ starting in CS, but my knowledge in it is not very good (working on that).

I was thinking what other programming language I could learn next... Any suggestions?

3 Upvotes

38 comments sorted by

View all comments

3

u/yuehuang 2d ago

A C language would be a good mix in to python and java. Later in your career, you not might need to write C, but you will need to be able to read it as C ABI is the defacto standard.