Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fooooor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
fooooor
2mo ago
On the contrary, linq in C# is a killer function that other languages still fail to replicate. How many sloc are required for this? var max = mycollection.Max(); Probably 5-10 if you’re missing higher order functions. And the risk of bugs w
2.
▲
by
fooooor
2mo ago
I still don’t understand why Go isn’t the primary supported language for android.
3.
▲
by
fooooor
2mo ago
No it’s definitely not that simple. Code are read more often than written, no one works in a vacuum, especially not in open source. Also, when in Rome...
4.
▲
by
fooooor
2mo ago
Lambdas usually have short variable names because the scope is small, typically half a line. And that is fine, even optimal.