Gleam Actor Model

Official

Actor patterns in Gleam on BEAM.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Leverage Gleam and the BEAM's actor model (processes, OTP patterns) to build concurrent, fault-tolerant applications with isolation and message passing.

Core Features & Use Cases

  • Lightweight processes and message passing
  • GenServer-like stateful actors and supervisors
  • Process linking, monitoring, and fault tolerance
  • Concurrency-safe state management and patterns

Quick Start

Create a simple actor that maintains state, handles messages, and restarts on failure via a supervisor.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Gleam Actor Model
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#gleam-actor-model

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository