From 43ab142106da8d5cfe9fc67943a1e9b338cb6e22 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 17 Mar 2026 00:32:07 +0000 Subject: Provide a little background on what SRFI-64 is. Newcomers to Scheme may not be aware what SRFI-64 is. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 048db9f..8759291 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![Laminar](https://ci.systemreboot.net/badge/run64.svg)](https://ci.systemreboot.net/jobs/run64) [![Laminar](https://ci.systemreboot.net/badge/run64-website.svg)](https://ci.systemreboot.net/jobs/run64-website) -run64 is a [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) runner. It generates pretty, readable, colorful output featuring clear diffs between expected and actual values. run64 is meant to work with a SRFI-64 implementation, and is not a SRFI-64 implementation in itself. +run64 is a [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) runner. It generates pretty, readable, colorful output featuring clear diffs between expected and actual values. + +SRFI-64 is a Scheme API for writing test suites. Your Scheme implementation likely comes with an implementation of SRFI-64. run64 plugs into such a SRFI-64 implementation, and produces prettier output. run64 is not a SRFI-64 implementation in itself. # Motivation -- cgit 1.4.1