From: Larry Campbell
Subject: Lisp/Scheme bindings for Xlib/Motif/OpenLook
Date: 
Message-ID: <1992Jun1.233337.5656@redsox.bsw.com>
I would like to develop (or at least prototype) X Window applications
in Lisp (Scheme, actually).  I would prefer to use a toolkit (either
Motif or OpenLook, or both).  Is there an accepted set of Lisp language
bindings for either of these toolkits, or for Xlib?  Has this been discussed
here before?  Is there anything being done in this area already?  I know
about Winterp;  anything else?

(OK, I'll admit it, I've actually already implemented a bunch of Scheme
bindings for Motif, OpenLook, and Xlib, and I just wanted to find out if
I was wildly off base, or operating in total ignorance of existing work,
before posting my stuff to the net.)
-- 
Larry Campbell             The Boston Software Works, Inc., 120 Fulton Street
········@redsox.bsw.com    Boston, Massachusetts 02109 (USA)

From: Oliver Laumann
Subject: Re: Lisp/Scheme bindings for Xlib/Motif/OpenLook
Date: 
Message-ID: <1992Jun2.081555.11775@cs.tu-berlin.de>
········@redsox.bsw.com (Larry Campbell) writes:
> I would like to develop (or at least prototype) X Window applications
> in Lisp (Scheme, actually).  I would prefer to use a toolkit (either
> Motif or OpenLook, or both).  Is there an accepted set of Lisp language
> bindings for either of these toolkits, or for Xlib?  Has this been discussed
> here before?  Is there anything being done in this area already?  I know
> about Winterp;  anything else?

Elk has a complete set of Scheme bindings for Xlib, Xt, and the Athena
and OSF/Motif widgets.  It's on the MIT X11 tape (contrib); you can
find a newer version (Elk 1.5a) on export.lcs.mit.edu (/contrib).
From: Charles Hornig
Subject: Lisp/Scheme bindings for Xlib/Motif/OpenLook
Date: 
Message-ID: <19920602144615.2.HORNIG@MR-WIZARD.SCRC.Symbolics.COM>
    Date: Mon, 1 Jun 1992 19:33 EDT
    From: Larry Campbell <········@redsox.bsw.com>


    I would like to develop (or at least prototype) X Window applications
    in Lisp (Scheme, actually).  I would prefer to use a toolkit (either
    Motif or OpenLook, or both).  Is there an accepted set of Lisp language
    bindings for either of these toolkits, or for Xlib?  Has this been discussed
    here before?  Is there anything being done in this area already?  I know
    about Winterp;  anything else?

CLX is a pretty standard Common Lisp binding for Xlib.  It is on the MIT
core tape.