Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!purdue!ames!enews.sgi.com!super.zippo.com!zdc!su-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.mathworks.com!fu-berlin.de!cs.tu-berlin.de!news.uni-hamburg.de!news.Hanse.DE!wavehh.hanse.de!cracauer
From: cracauer@wavehh.hanse.de (Martin Cracauer)
Subject: Re: Free GUI Lisp for Win95?
Message-ID: <1997Jan28.094642.21776@wavehh.hanse.de>
Reply-To: cracauer@wavehh.hanse.de
Organization: '(a (cons structive organization))
References: <5cjbkv$4eu@Masala.CC.UH.EDU>
Date: Tue, 28 Jan 97 09:46:42 GMT
Lines: 40

cosc19z5@Bayou.UH.EDU (cosc19z5@bayou.uh.edu) writes:

>Hey all.

>I read the GUI portion of the FAQ (part 7/7 I believe) and the
>only Lisp GUI implementations I could find were either for X
>only, or were commercial.  I was wondering if there was a Lisp
>(or Lisp like functional language) with support for creating
>GUIs that runs under Win95 (or compatible) and is free?

Franz Inc's free (limited) version of Allegro CL for Windows does. 

You might want to check Scheme implementations, some might offer what
you need, maybe one of the Tk-toolkit using Schemes can use the
Windows version of Tk.

The Java-based Kawa Scheme is probably easy to integrate with the Java
GUI stuff.

If you have a X11 server software for Windows, you might also be able
to run a X11-based implementation on it. For OS/2 you can get a X11
server for free from xfree86.org, if I'm not mistaken. The cygnus
GNU-Win32 toolkit is quite useful in using Unix stuff on Windows,
although compiling is still not really easy.

Last, another option may be to use a HTTP server in Lisp on Unix and
feed a WWW browser on Windows with HTML forms or Javascript. cl-http
for Common Lisp and the Scheme underground http server for Scsh come
to mind.

In a word, you better put FreeBSD or Linux on your box :-)

Hope his helps. Let me know if you can't locate stuff I listed.

Martin
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin_Cracauer@wavehh.hanse.de http://cracauer.cons.org  Fax.: +4940 5228536
"As far as I'm concerned,  if something is so complicated that you can't ex-
 plain it in 10 seconds, then it's probably not worth knowing anyway"- Calvin
