https://bugs.documentfoundation.org/show_bug.cgi?id=154426

--- Comment #7 from Julien Nabet <[email protected]> ---
(In reply to prrvchr from comment #6)
> > - migrate wizard (to Python or ideally C++)
> 
> If the assistant must be rewritten in python then I want to stick to it, on
> the other hand for C I don't have the capacity...

LO is in C++ at about 90-95%. There's some Python, Java, C, Assembly, Perl,
Objective-C (for some macOS part).
So coding in C++ has the advantage to be native. Moreover, C++ is fast (about
as fast as C) and we can debug it more easily (with gdb).

Now for a wizard, being able to debug it with gdb is useful but there's not a
great need for speed and I suppose we can still debug Python with some printf
so go ahead with Python, it's always better than being stuck with Java and
after all it could be a first step towards C++ ! :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to