[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Discouraged programming practices
- To: common-lisp@SU-AI.ARPA
- Subject: Discouraged programming practices
- From: Rob MacLachlan <RAM@C.CS.CMU.EDU>
- Date: Thu, 26 Sep 1985 02:12:00 -0000
Another discouraged programming practice is to write
(without-interrupts (loop))
as it may be difficult to terminate the execution of this form.
WITHOUT-INTERRUPTS is not a part of Common-Lisp, but it should be.
:-)?
Rob