开发者

Hackable scheme implementation with decent C++ FFI

开发者 https://www.devze.com 2022-12-16 06:21 出处:网络
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

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 excep开发者_运维问答tion, I should get popped into a recursive repl).

What suggestions do people have?


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消