home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / LispExample.README < prev    next >
Encoding:
Text File  |  1989-12-22  |  598 b   |  7 lines

  1. This directory contains a programming example called "Lisp".  It puts up a scrollable window in which you can type Lisp code.  It is a good example of running Common Lisp as a child process and subclassing the Text object to be a Lisp Listener.  It also shows one way to do command-line editing with both the mouse and emacs-style control keys. 
  2.  
  3. For the app to work, you need to have Common Lisp built on your machine.   See the file 
  4. /NextLibrary/Documentation/NeXT/RelNotes/LispNotes.wn for instructions on how to build Common Lisp.  
  5.  
  6. Further documentation on this example may be forthcoming.
  7.