>> ... a nice embedable C/C++ http://root.cern.ch/root/Cint.html
> Hmm, 80000 lines of code is certainly a bit too much for bundling the
But for this price you get a very nice tool.
You can automatically generate a "dictionary" of C/C++functions and
classes which you can later use interactively from cint.
The LyX itself is C++, why not the scripting language ?
Imagine - you write a C++ macro to do something ( using built in LyX C++
classes ), then you say it's working, so you compile it, link to LyX, and
enjoy the full speed. Moreover - you can compile your macro, create a
shared library and "load" it on the fly !!! You can even "unload" it on
the fly !!!
> language with LyX... And C++ is hardly an easy user language.
Migh be ... if you want to use all "strange" features of C++. But if you
stick to a simple "subset" it's very easy.
Jacek.