https://github.com/wmedrano/flashkick-rs
Wrapper for GNU Guile Scheme
https://github.com/wmedrano/flashkick-rs
Last synced: 2 months ago
JSON representation
Wrapper for GNU Guile Scheme
- Host: GitHub
- URL: https://github.com/wmedrano/flashkick-rs
- Owner: wmedrano
- Created: 2023-07-06T06:10:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T07:26:43.000Z (over 1 year ago)
- Last Synced: 2025-01-01T10:16:42.971Z (4 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashkick
A Rust wrapper over GNU Guile Scheme.
## Unsafe
Currently the API is unsafe as it may not be the proper way to integrate with
GNU Guile. Known issues:- Not thread safe. Running in multiple threads may lead to SIGABRT.
- Interactions with the GC have not been verified.