Groxio Blog
all posts
/
learn elixir
/
training
/
grox.io
← Back to all posts
Posts tagged with
Concurrency
1 post
Variables Don't Change, They Get Rebound
Why Elixir Bindings Make Concurrent Code Predictable
Variables aren't containers you mutate, they're names that point at values. Learn why this distinction matters more than immutability alone.
Elixir
Immutability
Bindings
Concurrency