Posts tagged "erlang":
Faking a recursive closure in elixir
17 Apr 2024
Recursive closures do not seem to be available in elixir (or erlang). An example discussion is on the elixir forum here. However, I recently had need of such a facility.
(...)Recursive closures do not seem to be available in elixir (or erlang). An example discussion is on the elixir forum here. However, I recently had need of such a facility.
(...)