The Rust Ways
Either you own it,
or have a mutable reference to it,
or have a shared reference to it.
This language gave me a perspective on things even outside the realm of programming.
What is it that I own? My finances?
Well I better.
My room, it is rented, so that own I not, but is it more of a shared reference.
The company resources delegated to me, like servers, could be considered mutable references. I basically own them, except that I cannot drop them or move them somewhere else...
I feel myself slowly slipping into insanity as the boundary between the real and virtual get blurrer in my mind...
Comments
Post a Comment