An open API service indexing awesome lists of open source software.

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

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.