Hi,
I come from Scala and I am used to that REPL history is persisted across sessions. So if I close console and open it again within the same project, I can still press arrow key on my keyboard and access commands from the previous session.
The same experience is supported by psql and probably many other tools.
I think it would be great to have this in iex too.
The history would be per project and could be stored in a file called for example .iex.history. I am not sure if it's necessary to place some any to it's size.
What do you think?
Cheers,
Michal Gibowski