[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Is JONL back?
- To: BUG-LISP at MIT-MC
- Subject: Is JONL back?
- From: William G. Dubuque <WGD at MIT-MC>
- Date: Wed, 10 Nov 82 01:18:00 GMT
- Original-date: 9 November 1982 20:18-EST
- Sender: BIL at MIT-MC
Here's a DEFUN& bug I thought was fixed long ago:
(defun lose (a &aux (b (f a)) (c (g b c)))
(list a b c))
This expands into code which computes c <- (g b c) before a <- (f a).
I wish someone would fix that code once and for all.