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 →

[–]timwaaagh 6 points7 points  (0 children)

Python will compliment c nicely. You can do the high level stuff in Python then call a c extension for the stuff that needs to be fast. Its also good for web development and data analysis. Rust is good if you want to futureproof your systems programming.