| To refresh your ideas on CL (I know I needed it): https://github.com/CodyReichert/awesome-cl There may be more libraries than you think. Also recently some usual complaints have been fixed: - hard to set up environment ? -> http://portacle.github.io/ There's also Lem, and Atom is getting good. https://lispcookbook.github.io/cl-cookbook/editor-support.ht... - horrible website ? http://common-lisp.net/ (they fixed it last year) Also http://lisp-lang.org/ - no cross-platform, featureful GUI library ? -> https://github.com/lispnik/iup/ (alpha) There's also Qtools for Qt4. And Ltk, but Tk lacks widgets. - no object-oriented, generic math or equality operators ? -> https://github.com/alex-gutev/generic-cl/ - no decent library for numerical computing ? -> https://github.com/numcl/numcl - waiting one month to publish your library into Quicklisp is too much ? -> http://ultralisp.org/ - lack of online beginner friendly documentation ? -> https://lispcookbook.github.io/cl-cookbook/ |
I know there used to be a plugin for Eclipse (Cusp) but that appears to have died.