#guile-scheme #gnu #thread-safe #gc #unsafe

flashkick

Wrapper for GNU Guile Scheme

2 releases

0.1.1 Dec 22, 2023
0.1.0 Jul 6, 2023

#42 in #gc

LGPL-3.0-only

11KB
216 lines

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.

No runtime deps

~0–1.9MB
~37K SLoC