[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HUNK2, etc.
- To: (BUG LISP) at MIT-MC
- Subject: HUNK2, etc.
- From: RWK at MIT-MC (Robert W. Kerns)
- Date: Sat, 17 Mar 79 14:11:00 GMT
- Cc: KMP at MIT-MC
- Original-date: 17 MAR 1979 0911-EST
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.