Posts Tagged ‘Clojure’

December 5th, 2008

Clojure, Qt4, memory leaks (0)

Tags: , ,

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 […]

October 31st, 2008

Qt4 in Lisp?! (7)

Tags: , ,

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 […]

July 7th, 2008

Making Java not suck (0)

Tags: , , ,

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 […]