If you could change one thing in Elixir language, what you would change?

It might be valuable to discover what elements you feel you are missing out on - for example:

  • mutable vs immutable
  • shared vs not shared
  • designing flow of control vs flow of data (values)
  • etc.

There are already some topics around that explore the differences and nuances. Like:

2 Likes