[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SOURCE-TRANS



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