Jump to content

Common Lisp Interface Manager

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Adoarns (talk | contribs) at 04:19, 14 May 2006 (beginning). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.

An open-source implementation of CLIM is in development; it is called McCLIM.