[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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