Live data from Hacker News

Viewing profile — Gakusei

Gakusei

HN member
Joined
Sat, Oct 27, 2012, 9:24 PM UTC
HN karma
2
Public activity
1 items

About Gakusei

No profile information was provided.

Recent public activity

  1. comment
    Comment #4707294

    Great job (some ruby code comparisons would have been welcomed, though). A little mistake on page 48: the Clojure code will fail. Use (map #(* % 2) '(1 2 3)) or (map (partial * 2) …