Mirror of: https://codeberg.org/foreign-c/foreign-c
|
|
||
|---|---|---|
| doc | ||
| retropikzel/pffi/v0.1.0 | ||
| test | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
| composition.scm | ||
| documentation.md | ||
| kawa.jar | ||
| manifest.scm | ||
| test.scm | ||
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