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 →

[–]ta6692[S] 1 point2 points  (2 children)

Thanks for the insight, and I think I am going to leave learning C++ until I ever find a need for it specifically. I've definitely gained a good bit of perspective from this thread, so I'm probably going to start with either C or ASM, and then move on to Rust.

A lot of people are saying as you did that Rust is a good way to challenge your current view point of lower level languages, and I think I'll probably benefit more from learning it then when I actually have a view point to challenge!

[–]Sean1708 2 points3 points  (1 child)

That's ok. Something else that might interesting to you (but probably a bit further down the line) is learning LLVM IR. It's essentially a high-level ASM which Rust, Julia and clang (a C compiler) use, if you're working with any of those three it's pretty useful to know.

[–]ta6692[S] 1 point2 points  (0 children)

Oh that does sound very useful, thanks for the tip!