README.md
# gloop
[](https://hex.pm/packages/gloop)
[](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
```