Posts tagged "elixir":
Elixir: resolve circularity with laziness!
19 Apr 2024
Following on from my recent post on Knuth–Morris–Pratt illustrated, here is another perfectly acceptable haskell function (copied verbatim from the paper):
(...)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.
(...)