Live data from Hacker News

Viewing profile — brushbox

brushbox

HN member
Joined
Wed, Jul 23, 2008, 3:59 AM UTC
HN karma
3
Public activity
4 items

About brushbox

No profile information was provided.

Recent public activity

  1. comment
    Comment #1610552

    Chuckle. That's the best they could come up with? People with more time to complain than brain cells to do it with! Thanks for the levity. That site made this Ruby developer's day.…

  2. comment
    Comment #574890

    I'm not sure I understand your argument about stack traces and functions doing nothing. With TCE (tail-call elimination) the problem with stack traces are thus: * with self-recursi…

  3. comment
    Comment #335145

    That dreams are much more exciting than mundane reality?

  4. comment
    Comment #284360

    I think it is due to the statement/expression dichotomy that Python exhibits. Python's lambda doesn't allow the use of statements (correct me if I'm wrong I haven't written Python …