How to concat atoms in elixir?

There’s a limit to the number of atoms that an application can have - it’s not good to dynamically create them.
Here’s a relevant thread: Is this a correct way to avoid wasting or reaching the atom limit? - #16 by rvirding

1 Like