Latest #immutability Threads 
Still trying to write shorter posts. Did better this time. Most here probably know this stuff but it’s still good to write things like th...
New
I’m currently following along the magnificent book Crafting Interpreters by Robert Nystrom. The author gradually builds up an interpreter...
New
Hello guys,
I have a fairly simple question and cant seem to understand it.
for example we have the following code:
x = 1
x = 2
IO.put...
New
I have to keep a large list of points in memory for real time access, after fetching the table from a DB.
Each point is a struct that ha...
New
Elixir is touted as being a ‘Functional Language’ and the common characteristic of a functional language is that its ‘variables’ are immu...
New
What’s on my mind is when a small part of a complex data structure is modified, one must traverse from the root to that part to update th...
New
According to GeeksForGeeks, “Stack space in recursive calls counts too as extra space required by a program.”
In other words, to get the...
New
iex(5)> list1 = [1,2,3]
[1, 2, 3]
iex(6)> list2 = [4 | list1]
[4, 1, 2, 3]
I am trying to imagine how immutability works in Elixir...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
As we all know elixir is an immutable language, for example consider tha below statement
statement1:
map = %{ “name” => “hari”, “...
New
This Week's Trending
This Month's Trending
This Year's Trending
Still trying to write shorter posts. Did better this time. Most here probably know this stuff but it’s still good to write things like th...
New
Last Three Year's Trending
Hello guys,
I have a fairly simple question and cant seem to understand it.
for example we have the following code:
x = 1
x = 2
IO.put...
New
I’m currently following along the magnificent book Crafting Interpreters by Robert Nystrom. The author gradually builds up an interpreter...
New
Trending Over Three Years
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
What's the difference between variable binding and assignment? How does that work on a low level?
New
How to write idiomatic Elixir for the following code in Ruby? The main difficulty here is that the immutable language cannot accumulate i...
New
As we all know elixir is an immutable language, for example consider tha below statement
statement1:
map = %{ “name” => “hari”, “...
New
Certain kinds of algorithms can be sped up (or even: are only possible) by using cyclic data structures. Functional languages make it har...
New
Elixir is touted as being a ‘Functional Language’ and the common characteristic of a functional language is that its ‘variables’ are immu...
New
According to GeeksForGeeks, “Stack space in recursive calls counts too as extra space required by a program.”
In other words, to get the...
New
What’s on my mind is when a small part of a complex data structure is modified, one must traverse from the root to that part to update th...
New
iex(5)> list1 = [1,2,3]
[1, 2, 3]
iex(6)> list2 = [4 | list1]
[4, 1, 2, 3]
I am trying to imagine how immutability works in Elixir...
New
I have to keep a large list of points in memory for real time access, after fetching the table from a DB.
Each point is a struct that ha...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex
- #json







