SRFI 263: Prototype Object System

by Daniel Ziltener

status: draft (2025-06-09)

keywords: Object-Oriented Programming

See also SRFI 20: Simple object system.

Abstract

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.