Procedural Fascicle for R7RS Large Scheme
Summary
The Procedural Fascicle for R7RS Large Scheme is a document that forms part of the R7RS Large standard for the Scheme programming language, intended to belong to the entire Scheme community and freely copied for use in manuals and documentation.
View Cached Full Text
Cached at: 05/23/26, 10:50 PM
Similar Articles
Rars: a Rust RAR implementation, mostly written by LLMs
A Rust implementation of the RAR compression format, written mostly by AI language models (OpenAI Codex and Claude), which would have taken years to develop manually but was completed in weeks at low cost.
The secret history of Recursion Schemes
A talk tracing the evolution from goto spaghetti to structured loops and finally to recursion schemes, showing how control-flow abstractions mirror data structures and why most languages still hide the best combinators.
LLM Policy for Rust Compiler
This article describes the Rust Forge, a repository of supplementary documentation for the Rust programming language, with instructions for building, contributing, and maintaining the documentation.
Racket v9.2
Racket v9.2 is released with improvements including safer match pattern checking, Typed Racket fixes, Unicode 17.0 support, and many other repairs and documentation updates.
Partial static single information form
The article discusses Partial Static Single Information (SSI) form, an extension to SSA in compilers that captures path-dependent type information. It proposes a practical shortcut for implementing Partial SSI during SSA construction in dynamic languages, specifically referencing an implementation in Ruby's ZJIT.