[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: info-macl@cambridge.apple.com
- From: SHAPIRO%RCSMPB@gmr.com
- Date: Wed, 22 Apr 1992 09:00 EST
MCL 2.0b1 seems to have a problem with the following loop construct.
In particular it does not seem to recognize HASH-VALUES as the loop keywords.
(setf ht (make-hash-table))
(loop for i below 100 do
(setf (gethash i ht) (random 10.0)))
(loop for value being the hash-values of ht
minimize value into min
maximize value into max
finally return (list min max))
-Vadim Shapiro
General Motors Research Labs
shapiro@gmr.com