From 9cffe3bef2a188e58d87bc3ab66edb6521aadbd1 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 9 May 2024 15:20:01 +0300 Subject: [PATCH] Updated readme --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1375618..bed2716 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Portable Foreign Function Interface for R7RS schemes -Currently supported implementations +For documentation see +[Wiki](https://codeberg.org/r7rs-pffi/pffi/wiki/Documentation) + +For bugs you can use the +[Bugs](https://codeberg.org/r7rs-pffi/pffi/projects/9101) + +## Supports + - [Sagittarius](https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home) - [Guile](https://www.gnu.org/software/guile/) - [Kawa](https://www.gnu.org/software/kawa/index.html) @@ -8,8 +15,14 @@ Currently supported implementations - Needs jvm flags - java --add-exports java.base/jdk.internal.foreign.abi=ALL-UNNAMED --add-exports java.base/jdk.internal.foreign.layout=ALL-UNNAMED --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED --enable-native-access=ALL-UNNAMED --enable-preview -jar kawa.jar FILENAME.scm -For documentation see -[Wiki](https://codeberg.org/r7rs-pffi/pffi/wiki/Documentation) +## Support is work in progress + +- [Racket](https://racket-lang.org/) +- [STKlos](https://stklos.net/) + +## Support is waiting for the implementation + +- [LIPS](https://lips.js.org/) + - Waiting for implementation to have cond-expand and library support + -For bugs you can use the -[Bugs](https://codeberg.org/r7rs-pffi/pffi/projects/9101)