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

  1. This would be an interesting feature, but it is complicated by the
  2. possibility that the compilation environment is built up in a typical
  3. large Franz system, by processing the whole file.  I think that the
  4. interlisp situation is usually simpler.  
  5.   For example, in recompiling Macsyma, sometimes a file itself or
  6. function definitions in it do not change at all. A "macro definition"
  7. file which is included in the compilation environment can, however, change
  8. the generated code, substantially.
  9.   Something like UNIX's "make" might be needed.
  10.  
  11. Alternatively, you can use smaller files...
  12.  
  13.