Alternatives to Lua as an embedded language?

后端 未结 7 482
盖世英雄少女心
盖世英雄少女心 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:51

    Have you considered Python? There's a nice extending and embedding guide available. If you're using Boost, Boost Python is a library for seemless integration between C++ and Python.

提交回复
热议问题