Embedding EYG in Gleam programs
Summary
This guide demonstrates embedding the EYG scripting language into Gleam programs, including building a minimal runner, handling managed effects safely (such as Log), and extending with additional effects (Fetch) via a host module. It also covers type-checking of effects and practical patterns for testing and configuring automation workflows within a host application.