[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SOURCE-TRANS
- To: BUG-LISP at MIT-MC
- Subject: SOURCE-TRANS
- From: George J. Carrette <GJC at MIT-MC>
- Date: Mon, 29 Jun 81 02:53:00 GMT
- Original-date: 28 June 1981 22:53-EDT
It would be very usefull in macsyma to have a special
form available in the compiler
(with-source-trans-off ....)
or, use (compiler-let ((source-transp nil)) ...).
In some cases we need to turn off the use of source-trans
properties.
Come to think of it, FOO, just put in COMPILER-LET,
and that is enough to do the hacks we need.
-gjc