Hacker News new | ask | show | jobs
by elicksaur 989 days ago
> Enum.map returns a list which is not an array but is represented in the language as an array

What do you mean by this?

1 comments

Elixir lists are linked lists, not arrays. Syntactically, however, they do "look like" arrays. I imagine someone coming from another language is going to be confused by this...