[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in loop macro
- To: info-mcl@ministry.cambridge.apple.com
- Subject: bug in loop macro
- From: tal@acs.nntp-read.bu.edu (Doron Tal)
- Date: 2 Sep 93 13:00:12
- Distribution: comp
- Newsgroups: comp.lang.lisp.mcl
- Organization: Boston University Information Technology Boston, MA USA
The following sexp (one of the examples in Steele's book) puts MCL in
the debugger:
(loop for i being each present-symbol of "CL-USER" do (print i))
Does anyone know of a way to fix the problem?
Thanks,
-Doron