From efe419ca15280578c2560ff4d14bd217d1623ed8 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 25 Jan 2025 13:15:28 +0200 Subject: [PATCH] Updating readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e3e9a5..91448a1 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Foreign function interface that is supported on multiple R7RS Sceheme implementations. -Notice that due to supporting many different Scheme implementations, some parts of this software -are still in **alpha** stage. That said the interface should not be changing anymore. - Any help in form of constructive advice and bug reports are appreciated. [Issue trackers](https://sr.ht/~retropikzel/r7rs-pffi/trackers) @@ -35,6 +32,11 @@ For documentation run mkdocs serve or see docs/. Currently the interface of the library is in okay shape. It propably will not change much but no guarantees are being made just yet. +Due to supporting many different Scheme implementations, different parts of this software are in +different stage. As a whole it is still in **alpha** stage. That said the interface should not be +changing anymore and support for some implementations are in **beta**. + + ## Implementation status ### Alpha