Viewing profile — vatine
vatine
HN member- Joined
- Mon, Mar 09, 2020, 4:28 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About vatine
No profile information was provided.
Recent public activity
-
comment
Comment #22526753
OTOH, a more idiomatic version would be (and I would consider using the loop facility to be idiomatic): (defun count (pair-list) (let ((hash (make-hash-table))) (loop for (val key)…