home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0002.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  597 b   |  23 lines

  1.   the new features of liszt 8.04 are:
  2.  
  3. 1) init files:
  4.     Before liszt begins compiling, it looks for an init file to load in.
  5.     It first searches in the current directory, and then it searches
  6.     your home directory (getenv 'HOME).
  7.     It looks for file names:
  8.     .lisztrc.o  .lisztrc.l  lisztrc.o lisztrc.l
  9.     It loads only the first one it finds.
  10.  
  11. 2) interrupt handling
  12.     If you interrupt liszt  (with ^C typically), it will remove its
  13.     temporary file and exit.
  14.  
  15. 3) preallocation of space
  16.     It preallocates space in order to reduce the number of gc's done
  17.     during compiling.
  18.  
  19.     
  20.     
  21.  
  22.  
  23.