newLISP V. 1.43, 9-1-93 (many NEW functions since version 1.30 !!!)

INSTALLATION
============
NLISP143.EXE is a self extracting archive. Create a new directory and
copy NLISP143.EXE into it. Executing NLISP143.EXE will extract the
following files:

README.TXT		this file
NEWLISP.EXE		newLISP executable for MS Windows
NEWLISP.HLP		Windows help file
INIT.LSP		Lisp source automatically loaded on start-up
MATH.LSP		various math auxiliary functions
DEMO.LSP		shows a newLISP demo, loads various other files
TURTLE.LSP		functions and demos for turtle graphics
DRAGON.LSP		fractal drawing demo using turtle graphics
HANOI.LSP		'Towers of Hanoi' demo program with graphics
ICON.LSP		function and demo for displaying icons
MCI.LSP			function and demo for Multi Media Interface
DDE.LSP			functions and demo for Dynamic Data Exchange
MOUSE.LSP		functions and demo for programming mouse events
OOP.LSP                 demo of object oriented programming
DRAW.LSP		simple draw program, demo of graphics and mouse

GETTING STARTED
===============
Using the File/Load option from the main menu load the file DEMO.LSP.
Use the mouse to start various demos.

Use the Edit option from the main menu to open multiple Lisp editors.
*Double click* on a function in the list box, to bring it in to the editor
for viewing, editing or evaluation. Click the right mouse button, while in the
edit window, to pop up a special menu, which works on selected portions of text
in the edit window. Try double clicking on various parts of a function.

In the main window, after exiting the demo and hitting <enter>, Lisp
expressions can be entered directly.

Using the File/Save option from the main menu the whole environment with
all its changes can be saved to a file.

Note, that most of the functions are commented in their source files.
These comments are not visible when editing in memory using the newLISP edit
option.  View the source file with any text editor to read the comments.

COPYRIGHT
=========
newLISP version 1.43 may be freely used and distributed.  Distribution
must contain this file and all other files mentioned.  All files must be 
distributed unchanged.  No fees may be charged for the software or its
distribution. newLISP must not be bundled together with other products, for 
which charges are made. 

"newLISP" is a trademark of Interdata Development Group.

CONTACT ADDRESS
===============
Contact INTERDATA for manuals or special copy/distribution arrangements.

           INTERDATA DEVELOPMENT GROUP
               Attn: Lutz Mueller
                 P.O. BOX 7263
         MENLO PARK, CA 94026-7263, U.S.A.

or E-MAIL via COMPUSERVE: 76530,244

