Thanks for sharing this, I've bookmarked it to check out more later, but from the links you provided, it looks like Chicken Scheme is pretty friendly to use.
I used Chicken for several years in the past and looking at it again recently. Worked great under FreeBSD, Linux, has a large set of well-maintained extensions and has (mostly) excellent documentation. And IME Chicken developers were always willing to answer questions, easily reached on ICQ/mailing lists. That's probably still the case.
https://wiki.call-cc.org/embedding
I've even embedded it in Objective-C programs running in iOS (could make OpenGLES calls in the repl and everything).
Full API spec:
https://wiki.call-cc.org/man/5/Embedding
FFI example:
https://wiki.call-cc.org/An%20extended%20FFI%20example
https://www.more-magic.net/posts/scheme-c-integration.html