Live data from Hacker News

Viewing profile — hanjos

hanjos

HN member
Joined
Mon, Jun 24, 2013, 10:55 PM UTC
HN karma
3
Public activity
1 items

About hanjos

[ my public key: https://keybase.io/hanjos; my proof: https://keybase.io/hanjos/sigs/uCYmx30QCsHDYhE0IPpCfGWrZuen4Gp_Ez7Ay_dCbLY ]

Recent public activity

  1. comment
    Comment #5936296

    Nice work! One nitpick: local function declarations, like local function g(x) return g(x) end are actually the same as writing local g; g = function (x) return g(x) end . Without t…