Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dupdrop
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dupdrop
6mo ago
I'm curious: what would make it so much worse in Fedora compared to Arch?
2.
▲
by
dupdrop
7mo ago
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?"
3.
▲
by
dupdrop
1y ago
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 special case syntax, which is elegant. I actually
4.
▲
by
dupdrop
1y ago
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 just a normal if-else chain. A Rust style if-expression wo
5.
▲
by
dupdrop
1y ago
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 your judgment and we cannot be friends. (from one of the im