ACM Home Page
Please provide us with feedback. Feedback
CLIM: the Common Lisp interface manager
Full text PdfPdf (888 KB)
Source
Communications of the ACM archive
Volume 34 ,  Issue 9  (September 1991) table of contents
Special issue on LISP
Pages: 58 - 59  
Year of Publication: 1991
ISSN:0001-0782
Author
Scott McKay  Symbolics Inc., Burlington, MA
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 9,   Downloads (12 Months): 32,   Citation Count: 4
Additional Information:

abstract   references   cited by   index terms   review   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/114669.114675
What is a DOI?

ABSTRACT

The essence of an application is a set of objects and a set of operations on those objects. The essence of the behavior of an application's user interface is similar to Lisp's read-eval-print loop: the user specifies what he or she wants to do (perhaps via a menu or a dialog or a direct manipulation), the application performs the operation, and then the result of that operation is displayed. The Common Lisp Interface Manager (CLIM) is a system for constructing portable users interfaces in a way that directly connects the objects and operations of an application to the objects of its user interface.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
 
3
Muller, H, LispView: Using CLOS to bridge the gap between Common- Lisp and a C toolkit. Lisp Pointers, 4, 1 (Mar. 1991).
 
4
Scheifler, R,W,, 0ettys, J., and Newman, R. X Window System, DEC Press, 1988.
 
5
Sexton, H. Foreign functions and Common Lisp, Lisp Pointers 1, 5 (Mar, 1988).



REVIEW

"Jacques Jean Arsac : Reviewer"

Foderaro Foderaro's introduction to this set of papers presents LISP as a chameleon: because a program in LISP is a list, LISP is a programmable language.   more...