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

  1. This doesn't seem to work. I'm using Liszt version 8.10, University
  2. of Maryland distribution. The documentation in the file "lispnews"
  3. is sketchy, but it seems that compiling and loading the file:
  4.  
  5. (setq appsum (function (lambda (x) (apply 'sum x))))
  6.  
  7. should leave a bcd object in appsum's value, but it doesn't. It
  8. leaves the uncompiled lambda. Am I doing something wrong? 
  9.  
  10. Tim Maroney
  11. decvax!duke!unc!tim
  12. tim.unc@udel-relay
  13.  
  14.