Path: utzoo!attcan!uunet!lll-winken!ames!pasteur!ucbvax!tut.cis.ohio-state.edu!bloom-beacon!BRL.MIL!phil From: phil@BRL.MIL (Phil Dykstra) Newsgroups: comp.windows.x Subject: Re: Query - Windowing Environments with Lisp Message-ID: <8904100723.aa02734@SPARK.BRL.MIL> Date: 10 Apr 89 11:23:16 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 > CLUE is basically a CLOS based Lisp version of Xlib. It comes from > Kerry Kimbrough at TI. A clarification: CLUE is a Common Lisp (with CLOS) version of Xt, the X Toolkit Intrinsics. It provides "contact" objects which are analogs to Xt's "widgets" for building toolkits. It uses CLX as its "xlib" (low level interface). Also, another remark on XCL: it was primarily an early Lisp interface to the C Xlib library. CLX on the other hand is a native Common Lisp "xlib", and part of the MIT "core" distribution. CLX is the one to use. - Phil