Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
capsicum80
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
capsicum80
8y ago
It is weird that microsoft is never mentioned in these articles, despite their monopoly on software in public administration, education and healthcare.
2.
▲
by
capsicum80
8y ago
Actually it is block, not function. It makes it very difficult to read the code if you are looking for the scope of the variables, or investigating stack usage.
3.
▲
by
capsicum80
8y ago
This, and especially in the first argument of 'for'. Not back compatible, very inelegant and luckily discouraged in many projects' coding guidelines.
4.
▲
by
capsicum80
8y ago
Previous attempts to doing this have introduced unnecessary ugliness to the language such as the possibility to mix declarations with code. I can only see the language getting worse by introducing new pointless features. Unnecessary bloated