Stack-safe while, do while and for loops in Gleam to reduce the mental burden caused by recursion.
gleam add gloopCheck the test folder for an example on how to use the while and for loop.
Further documentation can be found at https://hexdocs.pm/gloop.
gleam run # Run the project
gleam test # Run the tests