Viewing profile — SamReidHughes_
SamReidHughes_
HN member- Joined
- Thu, Feb 05, 2009, 12:19 AM UTC
- HN karma
- 9
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About SamReidHughes_
No profile information was provided.
Recent public activity
-
comment
Comment #567409
What he should and shouldn't do is for him and his employer to decide, not you.
-
comment
Comment #560258
C++ requires that all overloaded versions exist at compile time; Haskell allows them to exist at runtime. For example, in Haskell you can make a datatype like data Foo a = Blah a |…
-
comment
Comment #556418
No, both of those are bad monkey-patching. There is no reason for that function to be defined as a method in Array.
-
comment
Comment #552072
Yes, but then he wouldn't be a "good student."
-
comment
Comment #551258
You're actually taking the quote out of context. Getting a C in an art class is different from getting a C in macroeconomics. "Everything" doesn't refer to, say, athletic ability, …
-
comment
Comment #545279
There is no correlation with 'powerful' and it's only natural that elegant languages are easier to implement.
-
comment
Comment #542370
Which version of C# are you thinking of? In C# 3, the verbosity level is much less than in C# 2, where it's slightly less than C# 1. I don't see where Ruby syntax is particularly m…
-
comment
Comment #542360
Flagging might need 51, but downvoting needs more. I don't know how much.
-
comment
Comment #529160
> Requiring a degree in CS, SE, or EE (I don't see the point of requiring a degree if it's not directly related to the field) does exactly this. But it doesn't. There are plenty of…
-
comment
Comment #489524
You're misinterpreting reality with that quote, because labor that produces inherently more valuable goods is inherently more valuable labor than labor which does not. Part of the …
-
comment
Comment #466812
Probably to simplify the add/remove code and life in general.