Lazy Sequences in Elixir and Erlang
In the article, we demonstrate and compare standard primitives for working with lazy sequences in Elixir and Erlang. While Elixir’s ones seem pretty well known, the ones from Erlang seem a bit underrated.
https://dev.to/savonarola/lazy-sequences-in-elixir-and-erlang-3mne
Read next How LiveView got rid of dangling processes in tests – and how we can do the same