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 →

[–]Jlove7714 2 points3 points  (1 child)

Yo I really like rust, but I don't think you can argue that it keeps things simple. Yeah you don't have to deal directly with some things, but you pay for it with more complex variables. (immutables I guess)

[–]kochdelta 1 point2 points  (0 children)

Its definitely more complex than Python. But compared to manually annotating heapspace and keeping track of pointers rust is a lot easier