Go to file
retropikzel 09789a23ef Updated readme 2024-05-09 15:00:17 +03:00
doc Started adding documentation 2024-05-01 11:21:28 +03:00
retropikzel/pffi/v0.1.0 Add more autoload paths 2024-05-09 09:34:28 +03:00
test Backup 2024-05-08 18:06:54 +03:00
.gitignore Migrated from sourcehut 2024-04-21 12:40:12 +03:00
Makefile Backup 2024-05-08 18:06:54 +03:00
README.md Updated readme 2024-05-09 15:00:17 +03:00
composition.scm Migrated from sourcehut 2024-04-21 12:40:12 +03:00
documentation.md Started adding documentation 2024-05-01 11:21:28 +03:00
kawa.jar Added most of Kawa support 2024-05-06 20:45:31 +03:00
manifest.scm Added most of Kawa support 2024-05-06 20:45:31 +03:00
test.scm Started adding stklos support 2024-05-01 19:15:59 +03:00

README.md

Portable Foreign Function Interface for R7RS schemes

Currently supported implementations

  • Sagittarius
  • Guile
  • Kawa
    • Needs atleast java 21
    • 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

For bugs you can use the Bugs