Scripting language for C/C++?

后端 未结 12 1861
礼貌的吻别
礼貌的吻别 2020-12-25 07:56

Is there a scripting language for C++ (like perl) which can be used for rapid development and use some tool which can convert into C/C++ program to get higher performance f

12条回答
  •  鱼传尺愫
    2020-12-25 08:55

    You may try Lua quite often used with C++ in games industry. It has a small memory footprint and is quite mature, has a great library... just give it a try.

    hm... I do not understand what you want to achieve: do you want to find a scripting language that will somehow, magically be converted into c++ source? Or what you really want is just an option to create an executable from the script? If the latter - then you may try py2Exe.

提交回复
热议问题