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

HUNK2, etc.



It would break existing MACSYMA code (SOLVE) to change this.  Please do
not do it without LOTS of notice.  I'd also like to hear what the "problems"
are that this causes!  What is the difference between HUNK2 and LIST space
besides the result of TYPEP and HUNKP?  I will admit I've sometimes wished
HUNKP returned T for HUNK2's, but that's not so bad.  It's easy enough to
write a CARCDRP macro to be (OR (LISTP X) (HUNKP X)) etc.