neonscribe@alien.topBtoLisp•Tools for going from the basic special forms into a full Lisp?English
1·
1 year agoTake a look at GNU Guile. It’s a Scheme implementation that’s designed to be embeddable easily in a C/C++ environment.
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