Re: [elixir-core:10170] Ranges with steps

2021-03-24 Thread Christopher Keele
> I am really happy with the x..y//z I just played around with this and agree, it is much nicer than x..y..z,! On Wednesday, March 24, 2021 at 2:55:16 AM UTC-7 José Valim wrote: > I have sent a PR with an implementation of the proposal: > https://github.com/elixir-lang/elixir/pull/10810 > >

Re: [elixir-core:10168] Ranges with steps

2021-03-24 Thread José Valim
I have sent a PR with an implementation of the proposal: https://github.com/elixir-lang/elixir/pull/10810 Some notes so far: * I am really happy with the x..y//z (I am aware I am biased :D). Going for different separators between limits and steps was a great call. first..last is the mathematical