I know that I’m a noob in front of the creator of Elixir, the core-team and many others in the forum, but whenever I’m explaining to my friends that Elixir’s data is immutable, they think if the variable is rebindable, may be the data isn’t immutable.
If the variable is non-rebindable, it will make it easier for the new-comers to consider the data immutable. Of course we can leave the variables rebindable inside the iex, but in the code it should be non-rebindable.
Just an idea!






















