SRFI

From Rosetta Code

SRFI is Scheme Requests For Implementation.


SRFIs are collections of Scheme code for certain tasks. They are similar to libraries in other languages, but are different in that SRFIs are portable across all Scheme implementations.

External Links