22.08.2012, 23:24, "Peter Kümmel" <syntheti...@gmx.net>:
> I'm looking for a scripting language with a debugger.
> Binding to C/C++ should be simple and the debugger should be embeddable.

I'd recommended you to use Lua. It's very lightweight, very fast and easily 
embeddable.
If your problem is performance sensitive, you can always migrate to LuaJIT which
is even faster.

It also contains built-in debug library [1]

[1] http://lua-users.org/wiki/DebugLibraryTutorial


-- 
Regards,
Konstantin
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to