Iteration in the language tour #1862
qexat
started this conversation in
Ideas & suggestions
Replies: 2 comments
-
Hey @qexat ! Thanks for checking our Gleam. I agree we need some documentation that explains that Gleam doesn't have any iteration features other than recursion. It is something that I want to cover in detail in the future tutorial, but it's probably worth having a note of this in the language tour also. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So yesterday I've started to read the language tour and I couldn't find any information about iterating. I'm aware that there is no literal construct for this, but I've had to search outside the docs to find out about
gleam/iterator
.My suggestion is that perhaps it should be mentioned somewhere in the tour? Apologies in advance if this is irrelevant. Thank you otherwise!
Beta Was this translation helpful? Give feedback.
All reactions