Search found 2 matches

by pls
Fri Feb 03, 2017 9:54 am
Forum: Common Lisp
Topic: Is there any decent GUI toolkit for MS Windows?
Replies: 13
Views: 37541

Re: Is there any decent GUI toolkit for MS Windows?

ECL is obviously not the fastest Lisp (compared to SBCL), but compiled it's faster than I would have expected. What I really like about ECL is that you can run e.g. EQL5 (ECL + Qt5) through a debugger (gdb in my case), so on crashes it's quite easy to find the offending code. Even if there is some s...
by pls
Sat Jan 07, 2017 6:54 am
Forum: Common Lisp
Topic: Is there any decent GUI toolkit for MS Windows?
Replies: 13
Views: 37541

Re: Is there any decent GUI toolkit for MS Windows?

Having to stick with Qt4 for now implies a major rewrite "soon" (when Qt5 is integrated). :? This is a non issue: Qt5 didn't change the desktop widgets from Qt4, only very few functions are now named differently. I must know because I ported a few apps from Qt4 to Qt5. Just use CommonQt (...