Posts Tagged ‘Clojure’
Clojure, Qt4, memory leaks (0)
I’m still exploring Clojure + Qt Jambi as a nice way to build GUI apps. I have some code to upload, if I can ever figure out how github works. The learning process really never ends for a programmer, does it? Not that I mind it, I actually love it. I […]
Qt4 in Lisp?! (7)
Imagine Qt4 bindings for Lisp that are:
Officially supported
Thoroughly documented, with tons of examples
Cross-platform
Consistently up-to-date
Keep dreaming, right? Your first thought might be to check CLiki for some Common Lisp bindings. There is indeed a Qt project there. Except at a glance, it’s listed as working only for CMUCL. And the last update […]
Making Java not suck (0)
There are some good things about Java. The virtual machine has been refined for quite some time. The garbage collector is likely to perform well. The standard library has gone through many iterations and is very encompassing and complete and amazingly well-documented. The community is enormous. The language is as […]
