Y
Hacker News
new
|
ask
|
show
|
jobs
by
DisownedWheat
2898 days ago
Aren't Erlang variables immutable by default? I find that makes a huge difference to the reliability of a program.
2 comments
dnautics
2898 days ago
If I had to choose between immutable and dynamic versus mutable and static, I will pick immutable and dynamic.
link
dragonwriter
2898 days ago
> Aren't Erlang variables immutable by default?
All Erlang variables are immutable; it's not just a default.
link