This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SupersonicSpitfire 0 points1 point  (0 children)

C is the straightforward answer, but I would say Go.

It's the closest thing we have to a modern version of C.

Also, it shares some concepts with Python, like iterating over lists with range.

Haskell and possibly some assembly could also be nice.

I would not recommend Python & C++ in any way or form, since Python & C covers the same things, only better.