Take a look at GNU Guile. It's a Scheme implementation that's designed to be embeddable easily in a C/C++ environment.
neonscribe
joined 1 year ago
Take a look at GNU Guile. It's a Scheme implementation that's designed to be embeddable easily in a C/C++ environment.
I should not have used the word "easily". These things are never easy!
LilyPond is an example of a large program written in a mixture of programming languages. A large portion of it is written in Scheme, and Guile is the Scheme implementation that they used. https://github.com/lilypond/lilypond