Live data from Hacker News

Viewing profile — capsicum80

capsicum80

HN member
Joined
Mon, Nov 12, 2018, 7:44 PM UTC
HN karma
-1
Public activity
4 items

About capsicum80

No profile information was provided.

Recent public activity

  1. comment
    Comment #18438396

    It is weird that microsoft is never mentioned in these articles, despite their monopoly on software in public administration, education and healthcare.

  2. comment
    Comment #18437419

    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. comment
    Comment #18437399

    This, and especially in the first argument of 'for'. Not back compatible, very inelegant and luckily discouraged in many projects' coding guidelines.

  4. comment
    Comment #18435182

    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 wors…