Hi,
I've been looking around the web trying to check out the state of GUI toolkits available for CL. I've not yet settled on any particular implementation yet (clisp/sbcl), still learning the language, but for future reference I was just wondering what the state of particular CL packages providing GUI toolkits is?
Through ABLE, I've seen the TK interface, which is too dated even for my standards. Preferably, I'd like to use GTK as I've used it with C, but the projects seem a bit dead. Am I right, or do they not need updating (ie the auto-api-generation projects)?
Also, some of the GTK CL APIs (or whatever they're called in CL) seem to have preference for SBCL (as opposed to CLISP) which narrows my choice if I want to use CLISP or forces me to use SBCL. Is SBCL generally better supported by packages than CLISP, and is this a good enough reason to use SBCL or CLISP?
(SBCL/CLISP: anything to do with licensing issues? ie BSD/MIT vs GPL, i'm not that up on it, but I generally use the GPL for code I release as I want to give users freedom without users being able to take that freedom from others, I guess, eh.)
