Printing lists in elixir

Hi,

This is expected behaviour and a known “gotcha” for new Elixir developers.

See Is there a way to inspect a list of integers without accidentally ending up with a charlist? for an explanation and solution.

7 Likes