we just discussed this on irc and everybody on seemed to like this idea: ``` let x = 7 // declaration of immutable variable x mut y = 7 // declaration of mutable variable y ``` This ticket serves as a way to track this idea and potentially implement it.