Viewing profile — brushbox
brushbox
HN member- Joined
- Wed, Jul 23, 2008, 3:59 AM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About brushbox
No profile information was provided.
Recent public activity
-
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.…
-
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…
-
comment
Comment #335145
That dreams are much more exciting than mundane reality?
-
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 …