Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It would be better because lists are not accessible by index and tuples are only designed for small amounts of data.


...but why do you want to access it by index?

Since you refuse to be more specific, it sounds like you're just not willing to learn the language and the way problems are solved with it.

Expecting mutable C-type arrays in elixir/erlang is like expecting classes and lambdas in an assembly language. It's just not a good fit for what the language was designed to do.


not the OP, but I've had a side project in Elixir and often I wanted to browse/play with some of the last saved models in repl. When I get the collection using `ecto`'s `Repo.all..` I can't just `bets[4]` or `bets[-2]`, I have to do weird gymnastics like `hd(tl(bets |> Enum.reverse))`



thank you!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: