Viewing profile — dupdrop
dupdrop
HN member- Joined
- Sun, Mar 12, 2017, 3:30 PM UTC
- HN karma
- 0
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About dupdrop
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #47465229
I'm curious: what would make it so much worse in Fedora compared to Arch?
-
comment
Comment #47212896
Only Python, is a language soooo dynamic, that the question "Does this code type-checks?" may get the valid response: "With which of the 5 existing type checkers?"
-
comment
Comment #44445558
I don't know if your language is expression based like Rust, but in Rust the nice thing is that it's just the regular if syntax being used as an expression and not some additional …
-
comment
Comment #44435416
I think I only started to really hate it when I had to deal with some Python code where people decided to nest them and made a really hard to read mess where they should have used …
-
comment
Comment #44425968
Sorry for the petty comment, but if you design your language syntax with `x if cond else y` with the condition in the middle like in the Python if-expression syntax, I cannot trust…