[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: PL1 at MIT-MC (Programming Language 1)
- Date: Fri, 5 May 78 21:41:00 GMT
- Original-date: 5 MAY 1978 1741-EDT
Wow! Now i can always do
(AND <random pred>
(SETQ FOO (IMPLODE BAR))
<random cruft>)
instead of
(COND (<random pred> (SETQ FOO (IMPLODE BAR)) <random cruft>))
!!! Think of all the typing saved!