home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 5 code / Lisp Mini-App / Superseded / example.lisp < prev    next >
Encoding:
Text File  |  1992-04-08  |  627 b   |  23 lines  |  [TEXT/CCL2]

  1. #|       Ruben Kleiman's Mini-Application
  2.  
  3.    example.lisp
  4.  
  5.          This file has been replaced by the following 4 files:
  6.    build-and-run-mini-app.lisp
  7.    mini-app-example.lisp
  8.    start-application.lisp
  9.    Instructions
  10.  
  11.          Further info can be found in:
  12.    About Mini-App
  13.    Instructions
  14.  
  15.          Last edit: 03-08-92 slm
  16.  
  17.          Evaluating this file will load and run the Mini-Application, 
  18.          but you are advised to at least read sections
  19.          "Installing the Mini-Application" and
  20.          "Running the Mini-Application" of Instructions first.
  21. |#
  22.  
  23. (load "ccl:Mini-Application;build-and-run-mini-app.lisp")