Scripting language for C/C++?

rjoshi picture rjoshi · Oct 3, 2009 · Viewed 18k times · Source

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?

EDIT:
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.

Answer

f3lix picture f3lix · Oct 3, 2009

With a C/C++ interpreter you can use C/C++ as a scripting language


Note: So far, I have tried only Ch and CINT. I have added ccons and UnderC to make the list more complete.