What is McCLIM?
McCLIM is a FOSS implementation of the Common Lisp Interface Manager specification, a powerful toolkit for writing GUIs in Common Lisp. It is licensed under the GNU Library General Public License.
You can access the McCLIM manual draft PDF if you want, but it’s still a work in progress. To reach the developers you may either write to the mailing list or on the #clim irc channel.
Features
- Mature yet modern CLIM II protocol implementation
- Extensible GUI toolkit for applications
- Sophisticated interface manager for Common Lisp
- Portable between various Common Lisp implementations
- Robust solution for creating end-user applications
Resources
- A Guided Tour of CLIM, Common Lisp Interface Manager CLIM overview
- mcclim-devel: discussion, help requests and announcements
- #clim: discussion, help requests and development irc channel on freenode (logs)
- Project’s repository: main project repository and the bug tracker
- CLIM II Specification: specification of the protocol implemented by McCLIM
- McCLIM manual draft: McCLIM manual draft (PDF)
- Drei manual: McCLIM editor substrate documentation (PDF)
- Downloads: various files related to McCLIM.
Some external tutorials for CLIM may be found here:
- CLIM 2 User Guide by Franz Inc.
- CLIM 2 User Guide by LispWorks
- CLIM primer by Jason Kantz