HN user

schuyler3d

2 karma
Posts0
Comments2
View on HN
No posts found.

OK, fair enough, but it still seems like the rust compiler has enough information to determine whether something is a pure function. It knows whether global or enclosed variables are present and it knows if any of the methods it calls have an &mut ref, which I think is needed even for IO reading