status: draft (2025-06-09)
keywords: Object-Oriented Programming
See also SRFI 20: Simple object system.This SRFI proposes a "Self"-inspired prototype object system. Such an object system works by having prototype objects that are cloned repeatedly to modify, extend, and use them, and is interacted with by passing messages.