Viewing profile — serpent_skis
serpent_skis
HN member- Joined
- Thu, Nov 28, 2019, 4:11 PM UTC
- HN karma
- 7
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About serpent_skis
No profile information was provided.
Recent public activity
-
comment
Comment #37827509
> This is not true if a , b and c are unsigned True, but this is not valid if they are signed, either. Take a = INT_MIN b = 1 c = 2 Then a is true. But a - b invokes undefined beha…
-
comment
Comment #33010132
The reason for using a match statement, even though there is only “one” case, is because it’s matching against a complex and (as you mentioned) deeply nested pattern. Lines 43-56 m…
-
comment
Comment #21658297
What a coincidence, I just started watching his Programming Languages Theory lectures. Seems like a wonderful professor.