Common Lisp Interface Manager

This is an old revision of this page, as edited by Skier Dude (talk | contribs) at 02:50, 30 January 2008 (clean up and re-categorisation per CFD , replaced: Category:Common Lisp Software → Category:Common Lisp software using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Also known as CLIM, the Common Lisp Interface Manager is a Common Lisp-based programming interface for creating user interfaces — i.e., GUIs. It is completely object-oriented and is based on the idea of stream input and output. There are also facilities for output device independence. It is descended from the GUI systems of Symbolics's Lisp machines[1]

A Free implementation of CLIM is in development; it is called McCLIM.

References

  1. ^ "...you can check out Common Lisp Interface Manager (CLIM). A descendant of the Symbolics Lisp Machines GUI framework, CLIM is powerful but complex. Although many commercial Common Lisp implementations actually support it, it doesn't seem to have seen a lot of use. But in the past couple years, an open-source implementation of CLIM, McCLIM--now hosted at Common-Lisp.net--has been picking up steam lately, so we may be on the verge of a CLIM renaissance."[1] from "Conclusion: What's Next?" in Practical Common Lisp, by Peter Seibel.