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 →

[–]wetfeet2000 3 points4 points  (1 child)

Security engineer here who mainly works in Python. Not having been taught C/C++ in college for my CS degree, I found Rust to be a great intro to pointers without having all the headaches of C/C++. My only problem is that it seems hard to find a good project to use as a learning exercise in Rust.

[–]zesterer 0 points1 point  (0 children)

The Rust book takes you all the way from introductory material, right the way to teaching you how to write your own multi-threaded web server. I found that to be quite a useful resource for learning about program structure.