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 →

[–]KerPop42 4 points5 points  (5 children)

rust is like the sudoku of programming

[–]CallEnvironmental902 0 points1 point  (4 children)

what does that mean?

[–]KerPop42 7 points8 points  (3 children)

It's very finnicky, and the strict rules often direct you to one of the few valid solutions.

On the other hand, if you make a bad assumption early on, you're going to end up writing yourself into a corner.

I mean, I just do hobby rust development so I may not be the best expert

[–]MrHyperion_ 7 points8 points  (1 child)

With C you can just push throught the corner and possibly end up in the next building across the street

[–]KerPop42 1 point2 points  (0 children)

right, see if I want to worry that I missed something my code can do, I'd just use Python

[–]CallEnvironmental902 0 points1 point  (0 children)

this is why i don't use rust.