GUI Programming in LISP?
common-lisp, lisp
Solution
For Common Lisp all the solutions are listed in Cliki as usual.
Personally I am quite content with ltk, but it's probably not for complex GUIs. CAPI should be the best for such.
Problem
I did a fair amount of Lisp programming a few years back, but it was all really console-based things. I did use `cells-gtk`(2), but now that's really not maintained anymore and obviously we're Gtk3 now. Does anyone know of a good Lisp library for GUI programming (I don't mind if which dialect).