Re: [elixir-core:11542] Support using brackets to access an index of a list

2023-09-22 Thread Ben Wilson
> Personally, I don't see the harm in supporting it. If someone's going to abuse it, they'll abuse Enum.at() The harm isn't for people who doing it intentionally, the harm is for people who are doing it unintentionally. Index based array access is so common in certain languages that it's one o

Re: [elixir-core:11542] Support using brackets to access an index of a list

2023-09-22 Thread Paul Clegg
On Fri, Sep 22, 2023 at 11:54 AM Ben Wilson wrote: > The harm isn't for people who doing it intentionally, the harm is for > people who are doing it unintentionally. Index based array access is so > common in certain languages that it's one of the first thing newbies from > those languages will t