Qt Jambi and the REPL, Episode II: Hacking SLIME for Fun and Profit

2009-03-09 Thread Matthias Benkard
After reading a bit of stuff here and there about Swing and Qt Jambi, I've recently started tinkering with the latter. Unfortunately, I pretty quickly grew frustrated with the need to call out to QCoreApplication/invokeAndWait every single time I wanted to change a part of the GUI from the REPL o

Re: QT Jambi and the Repl

2009-01-17 Thread chris
I started writing some opengl stuff using QT Jambi and I went through a world of pain. First off, on the Mac, you can't use java 1.6 and QT because 1.6 is a 64 bit JVM and QT doesn't work with the 64 bit cocoa libraries. Second off, QT + JOGL consistently hung when run from the repl. Upon initi

Re: QT Jambi and the Repl

2009-01-16 Thread Brian Carper
On Jan 16, 5:38 pm, levand wrote: > Has anyone here had success in using Clojure with QT Jambi? > > I'm currently experimenting with porting my app from Swing to QT, and > although Jambi might well be the theoretically superior framework, it > seems like Swing is a lot easier to use with Clojure.

QT Jambi and the Repl

2009-01-16 Thread levand
Has anyone here had success in using Clojure with QT Jambi? I'm currently experimenting with porting my app from Swing to QT, and although Jambi might well be the theoretically superior framework, it seems like Swing is a lot easier to use with Clojure. The issue I'm currently running into is th