Alternatives to Lua as an embedded language?

后端 未结 7 481
盖世英雄少女心
盖世英雄少女心 2021-01-30 05:23

I am working on an embedded system running Linux on a DSP. Now we want to make some parts of it scriptable and we are looking for a nice embeddable scripting language. These scr

7条回答
  •  礼貌的吻别
    2021-01-30 05:47

    With your requirements (small footprint, little quirks and integration with C++), the only option I can think about is Common Lisp.

    Some people in this other SO question are recommending CFFI for integrating it with C.

    But I'd stick with Lua if I where you.

提交回复
热议问题