summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-17 19:54:19 +0000
committerArun Isaac2025-11-17 19:54:34 +0000
commit0ae6a658aeba099eb498e9fe6022f1224a58ed8e (patch)
tree67a58a9aa5b456e549455ac22c84a883ee1629e9
parent3c2b534d5513f196a59035f279bef1f7cec5005f (diff)
downloadrun64-0ae6a658aeba099eb498e9fe6022f1224a58ed8e.tar.gz
run64-0ae6a658aeba099eb498e9fe6022f1224a58ed8e.tar.lz
run64-0ae6a658aeba099eb498e9fe6022f1224a58ed8e.zip
README: Add pattern matcher requirement.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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