问题描述
有对于C脚本语言++(如Perl),它可用于快速开发和使用一些工具,它可以转换成C / C ++程序来获取部署更高的性能?
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 for deployment?
编辑:
根据一些评论,让我澄清这个问题。我应该能够脚本转换成C / C ++程序或二进制,而无需修改我的脚本。
Based on some commented, let me clarify the question. I should be able to convert script into C/C++ program or binary without modifying my script.
推荐答案
对于C / C ++跨preTER可以使用C / C ++作为脚本语言
With a C/C++ interpreter you can use C/C++ as a scripting language
-
章:
Commmercial C / C ++跨preTER一个免费的标准版。有各种流行库和窗口工具包支持。
Commmercial C/C++ interpreter with a free Standard Edition. Has support for various popular libraries and windowing toolkits.
CINT :
积极发展开放源码(MIT许可证)C / C ++跨preTER。发展为在的的一部分。许多物理学家使用。
Actively developed open-source (MIT license) C/C++ interpreter. Developed as part of the ROOT environment at the CERN. Used by many physicist.
ccons :
它采用其新的C前端(铛)的互动。c控制台。在积极发展
An interactive C console which employs LLVM and its new C frontend (clang). Under active development
UnderC :http://home.mweb.co.za/sd/sdonovan/underc.html
这是开放源码(LGPL)C ++跨preTER。似乎有点过时了(2002)。
An open-source (LGPL) C++ interpreter. Seems to be a bit dated (2002).
请注意:到目前为止,我已经试过只的章的和的 CINT 的。我加入的 ccons 的和的 UnderC 的使列表更加完整。
Note: So far, I have tried only Ch and CINT. I have added ccons and UnderC to make the list more complete.
这篇关于对于C / C脚本语言++?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!