[Interest] Scripting & Debugger

Konstantin Tokarev annulen at yandex.ru
Thu Aug 23 11:29:33 CEST 2012



22.08.2012, 23:24, "Peter Kümmel" <syntheticpp at 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



More information about the Interest mailing list