Viewing profile — zeroyzeroa
zeroyzeroa
HN member- Joined
- Sat, Sep 27, 2014, 10:01 AM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About zeroyzeroa
No profile information was provided.
Recent public activity
-
comment
Comment #8376605
Extracting keys from maps into a definition, with common-lisp (using my macro defk) (defk login (user pass) (and (string= user "Bob") (string= pass "secret"))) (login (list-to-hash…