Has there been any discussion about unbounded ranges? For instance in
Haskell:
`take 24 [13,26..]`

In our case the equivalent would be:
`13..//13 |> Enum.take(24)`

or perhaps for the sake of being more explicit:
`13..∞//13`

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CAAkfbUpJcM%2B-FEirXrj1bX4CYD7ciMe80vYh64p_09UQ7-1D0A%40mail.gmail.com.

Reply via email to