I was searching for a good Qt + Lisp implementation on the internet and couldn't find any. Most projects were closed down or so.

Does anybody know of a good Common Lisp + Qt integration?

Thanks in advance.

link|improve this question

80% accept rate
There is QtJambi in Clojure, but I imagine that isn't what you are looking for. – Orbit Mar 3 '11 at 21:37
feedback

2 Answers

up vote 6 down vote accepted

CommonQT

http://common-lisp.net/project/commonqt/

is a binding that may be able to help you.

link|improve this answer
This is what I was looking for. Thanks a lot :) – D. Higueras Mar 3 '11 at 22:34
no problem, thanks for the check :) – Orbit Mar 3 '11 at 22:36
feedback

In addition to CommonQt, http://password-taxi.at/EQL is the page for Embedded Qt Lisp, a project that uses ECL to drive CL. I haven't tried it, but it seems interesting.

link|improve this answer
Thanks. I'll give it a try. – D. Higueras Mar 4 '11 at 0:21
1  
IMHO this si by far the nicest Qt for any lisp. Too bad it is ECL specific and thus not portable to other CL implementations – Marko Kocić Mar 4 '11 at 10:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.