[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JPG at MIT-MC (Jeffrey P. Golden)
- Date: Sun, 9 Jul 78 05:31:00 GMT
- Cc: JPG at MIT-MC
- Original-date: 9 JUL 1978 0131-EDT
Get a MACSYMA and type:
LOADFILE(OLDF,CHART,DSK,TJR);
THRU 1000 DO REV(C);
Type ^] many times to get the computation time. You will most likely get
at some time a possible infinite loop of
;(#FILE-OUT-|TTY:* *|-64014 #FILE-OUT-|DSK:BR;Z Z|-64674) LOSING OUTPUT
FILE SPECS .
(To see BR's (TJR's colleague) incredible REV definition, do
DISPFUN(REV); . I don't know if this is a LISP bug, a bug in MACSYMA
display, a bug in our handling of ^], or due to BR's increduosity.