Hi everyone! I want to develop a C++ application, which must be scriptable (I'm considering to use Python or Lua). The end users should develop and run their scripts in an IDE, and the scripting language must be extended with specific functions related to my application. The IDE should have debugging capabilities (step by step execution, breakpoints, watching variables, etc. )
What would be the best option in order to develop this using Python as the scripting language (scheme, configuration, IDE, free/commercial tools, etc)? What language is more suitable for this project, Python or Lua? Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list