Scripting language for C/C++?

后端 未结 12 1828
礼貌的吻别
礼貌的吻别 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:52

    You could code using D programming language as both a script or a fast compiled output.

    • http://dlang.org/
    • http://gdcproject.org/

    here is an article that talks in detail about D and its advantages "The Case for D"

提交回复
热议问题