Publisher's description
A small embeddable Scheme interpreter library.
dfsch is small embeddable Scheme interpreter library written in C. Some features from a complete Scheme implementation are omitted, since these features aren't very useful in a scripting language and would make the library more complicated.Due to embeddability and my lazyness, it is far from complete scheme implementation, but it doesn't hurt too much in practise.Included are two examples of usage from C code (two different implementations of REP loop) and one toy scheme program (