Choosing embedded scripting language for C++

前端 未结 6 1236
悲哀的现实
悲哀的现实 2021-02-06 03:16

I want to choose an embedded scripting language that i will use on C++. It should connect a database such as Oracle. My host application is a server application. That will pass

6条回答
  •  误落风尘
    2021-02-06 03:38

    Lua is already mentioned and using luabind will give you a more c++ style interface.
    You could also take a look at chaiscript. It was more designed to fit into c++.

提交回复
热议问题