Packages

Stack-safe `while do` and `do while` loops in Gleam

Current section

Files

Jump to
gloop README.md
Raw

README.md

# gloop
[![Package Version](https://img.shields.io/hexpm/v/gloop)](https://hex.pm/packages/gloop)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gloop/)
Stack-safe, non-UI blocking "while" and "do while" loops in Gleam to reduce the mental burden caused by recursion.
```sh
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
```sh
gleam run # Run the project
gleam test # Run the tests
```