Update readme
This commit is contained in:
parent
af1bb9c621
commit
ccc6f8b9b3
|
|
@ -1,10 +1,15 @@
|
||||||
# Portable Foreign Function Interface for R7RS schemes
|
# Portable Foreign Function Interface for R7RS schemes
|
||||||
|
|
||||||
An attempt to make basic foreign function interface that is supported on
|
Foreign function interface that is supported on multiple R7RS Sceheme implementations.
|
||||||
multiple R7RS Sceheme implementations.
|
|
||||||
|
|
||||||
Pull requests to fix bugs and add more tests are welcome.
|
Pull requests to fix bugs and add more tests are welcome.
|
||||||
|
|
||||||
|
Got a [bug](https://codeberg.org/r7rs-pffi/pffi/projects/9101)?
|
||||||
|
|
||||||
|
Got a [feature suggestion](https://codeberg.org/r7rs-pffi/pffi/projects/9102)?
|
||||||
|
|
||||||
|
Got a [question](https://codeberg.org/r7rs-pffi/pffi/projects/9575)?
|
||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
|
|
||||||
- Support only R7RS implementations
|
- Support only R7RS implementations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue