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