R3RS
R3RS stands for Revised-3 Report on the Algorithmic Language Scheme. It is an early formal specification of the Scheme programming language, one of the dialects of Lisp. The document provides a defined core language and a standard library subset intended to support portable implementations and program compatibility across different schemes.
The report describes the core syntax and the evaluation rules for Scheme expressions, the structure of environments
R3RS served as a bridge within the Scheme standards lineage, contributing to the foundations later refined
Relationship to related standards: R5RS, widely recognized for its influence on later Scheme developments, followed earlier