From 0ae6a658aeba099eb498e9fe6022f1224a58ed8e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 19:54:19 +0000 Subject: README: Add pattern matcher requirement. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1832d60..83383d5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ guile-run64 test-file1.scm test-file2.scm # Portability -run64 is written in portable R6RS Scheme. It should work in any R6RS Scheme that supports [SRFI-1](https://srfi.schemers.org/srfi-1/srfi-1.html) and [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html), but has been tested well only with [GNU Guile](https://www.gnu.org/software/guile/). If you use run64 with other Scheme implementations, we would love to hear of your experience. +run64 is written in portable R6RS Scheme. It should work in any R6RS Scheme that supports [SRFI-1](https://srfi.schemers.org/srfi-1/srfi-1.html), [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) and pattern matching, but has been tested well only with [GNU Guile](https://www.gnu.org/software/guile/). If you use run64 with other Scheme implementations, we would love to hear of your experience. # Contributing -- cgit 1.4.1