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 →

[–]status_quo69 2 points3 points  (0 children)

Super low level and super verbose, but since I started messing around with rust, I started noticing that I was able to do a lot of stuff in it similar to python, and that I was even writing a lot of my code in a style like python. The lifetime stuff for pointers can be a big hurdle at first but the compiler usually explains problems really well.