Question

I have tried: scheme48, chicken, gambit, clojure.

I am looking for a scheme implementation that's readable (the implementation itself), and has a decent C++ ffi, and good debugging suport (so when I get an exception, I should get popped into a recursive repl).

What suggestions do people have?

Was it helpful?

Solution

MzScheme. It can be embedded in C/C++ programs. It can be extended with C libraries, with no special interfacing code. Checkout "Inside PLT MZScheme" for detailed documentation.

OTHER TIPS

s7 scheme has worked well for me. It is in a single .c file and has a nice foreign function interface.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top