[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fexprs.
- To: RLB at MIT-MC
- Subject: Fexprs.
- From: George J. Carrette <GJC at MIT-MC>
- Date: Thu, 16 Jul 81 06:12:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 16 July 1981 02:12-EDT
Would you believe that COMPLR optimizes
(declare (*fexpr foobar))
(defun foo (l) (eval (list 'foobar l)))
to produce the code:
(JSP T %PDLNC)
(JCALL 17 'FOOBAR)
Now thats what I call a going out of your way to
satisfy some strange tastes.
-gjc
p.s. I found this code in some very old macsyma source.