From e0b448517cf2c1841e1465537f9e4e6a9a6e276d Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 23 Aug 2024 09:44:17 +0300 Subject: [PATCH] Updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82c7952..7e61d50 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ These implementations do not have callback support on their FFI. If I'm wrong pl - FFI requires C code - [Gauche](https://practical-scheme.net/gauche/) - FFI requires C code +- [s7](https://scheme.fail://ccrma.stanford.edu/software/snd/snd/s7.html) + - No library support + - Might have other things missing too - [Loko](https://scheme.fail/) - Desires no C interop, I can respect that