SRFI 235: Combinators

by John Cowan (spec) and Arvydas Silanskas (implementation)

status: final (2023-02-28)

keywords: Miscellaneous

Abstract

This SRFI contains various procedures that accept and return procedures, as well as a few others, drawn from an earlier version of Chicken. Common Lisp has a few of them too, and more come from the Standard Prelude from Programming Praxis. Using these procedures helps to keep code terse and reduce the need for ad hoc lambdas.