Any good implementation of Qt + Lisp?
Asked Answered
R

2

13

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.

Rie answered 3/3, 2011 at 21:31 Comment(1)
There is QtJambi in Clojure, but I imagine that isn't what you are looking for.Nonagenarian
N
13

CommonQT

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

is a binding that may be able to help you.

Nonagenarian answered 3/3, 2011 at 21:39 Comment(1)
Take a look at Shinmera's Qtools which builds builds on top of CommonQT - github.com/Shinmera/qtools (or docs shinmera.github.io/qtools). It provides very useful abstractions, allows you to build self-contained executables easily and still lets you use the bare CommonQT/Smoke stack if you want, so it's a win-win situation.Stipel
A
10

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.

Allout answered 4/3, 2011 at 0:13 Comment(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 implementationsAhearn

© 2022 - 2024 — McMap. All rights reserved.