[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Maphash
- To: common-lisp@su-ai
- Subject: Maphash
- From: Scott E. Fahlman <Fahlman@CMU-CS-C>
- Date: Thu, 19 May 1983 04:23:00 -0000
- Cc: les@CMU-CS-C
One of my hackers has just noticed that we still map over the elements
of a hashtable with MAPHASH, while we have changed most similar forms to
DO-mumble, as in DO-SYMBOLS, etc. Since MAPHASH returns NIL, there is
no elegant way to turn the contents of a hashtable into a list. What
would people think of flushing MAPHASH and replacing it with
DO-HASH ?
-- Scott