Live data from Hacker News

Viewing profile — vatine

vatine

HN member
Joined
Mon, Mar 09, 2020, 4:28 PM UTC
HN karma
1
Public activity
1 items

About vatine

No profile information was provided.

Recent public activity

  1. 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)…