home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / clisp / doc / readme.lsp+fas < prev    next >
Text File  |  1977-12-31  |  1KB  |  23 lines

  1. Short: CLISP release 30.5.96 #?.(lsp|fas) files
  2. Requires: OS 2.04 or newer
  3. Author: haible@ma2s2.mathematik.uni-karlsruhe.de, Joerg.Hoehle@gmd.de
  4. Uploader: Joerg.Hoehle@gmd.de
  5. Type: dev/lang
  6.  
  7. The .lsp files in this archive are the same as in the src archive.
  8. They are here again so that people interested in Lisp source only can
  9. study them (for example to see how a compiler is written) without
  10. bothering to download the complete source of CLISP.
  11.  
  12. This archive also contains the compiled .fas files that have been used
  13. to generate the image files of the binary distributions.  With these,
  14. you can easily generate own, possibly smaller image files.
  15.  
  16. Basically you generate a CLISP new image with
  17.     lisp.run -x (load"init.fas")(saveinitmem)(exit)
  18. or    lisp.run -x (load"init-small.fas")(saveinitmem)(exit)
  19. A lispinit.mem file in the current directory will be overwritten.
  20.  
  21. INIT-SMALL.FAS doesn't load COMPILER, DISASSEM, LOOP, CLOS, CONDITIO, DEFS3,
  22. GSTREAM, nor SCREEN.  The resulting image twice as small as the normal one.
  23.