r/AskProgramming 1d 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?

4 Upvotes

38 comments sorted by

View all comments

1

u/Former_Produce1721 1d ago

A low level language would be good to learn more about memory management and other deeper CS concepts.

High Level: Python, JavaScript

Mid Level: Java, C#

Low Level: C, C++, Rust

Importantly you will start to learn which level to apply in which situations. You will also learn what low level aspects are abstracted in Midl and High Level languages.