R5RS
R5RS, the Fifth Revised Report on the Algorithmic Language Scheme, is a standard for the Scheme programming language. Published in 1998 by the IEEE Computer Society as a revision of R4RS, it defines a portable, practical subset of Scheme intended to support both teaching and real-world programming while preserving Scheme’s essential features.
The standard specifies the core language and its semantics, including lexical scoping, first-class procedures, and proper
R5RS also provides a standard library for basic data types (numbers, characters, strings, lists), input/output, and
In the broader history of Scheme, R5RS succeeded R4RS and was later superseded in part by R6RS