Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!green-hill!prophet!keisuke From: keisuke@prophet.csrl.aoyama.ac.jp (Keisuke 'Keiko' Tanaka) Newsgroups: comp.lang.lisp Subject: Re: YYonX 1.2 is available Message-ID: <569@green-hill.csrl.aoyama.ac.jp> Date: 7 Nov 90 03:36:02 GMT References: <563@green-hill.csrl.aoyama.ac.jp> Sender: news@csrl.aoyama.ac.jp Organization: Computer Science Research Lab., Aoyama Gakuin Univ., Tokyo, Japan. Lines: 37 In article silbar@candygram.lanl.gov (Dick Silbar) writes: >OK, without getting the README, what IS YYonX and what will it do for us? OK. I put a part of the contents of 'WHAT.IS.YYonX' file: Keisuke 'Keiko' Tanaka keisuke@csrl.aoyama.ac.jp ------------------------------------------------------------------------ What is YYonX 1990/11/05 by Masayuki Ida 1. What is YY ? --------------- YY is a network oriented window toolkit for Common Lisp. YYonX is an implementation of YY for X-window. 2. YYonX characteristics ? -------------------------- The Major Characteristics are: 1. It is a pilot implementation of YY for X. 2. It used a server/client model. YY-server is a X-client for low level stuffs. YY-client is a X-client for an application part and API. 3. CLOS oriented portable tool kit. 4. Never make a Xlib (CLX) call by user. 5. There is YY-Protocol for the communication between YY-server and YY-client. YY-Protocol enables the co-operation of YY-server and YY-client over TCP/IP, and has a highly compressed format. 6. For example, you may use a SUN3/60 X-server, a SUN4/260 YY-server, and a YY-client on a different machine to execute YYonX based application. 7. Tested X-windows are X11R4, X11R3. ...