Live data from Hacker News

Viewing profile — crazyowl

crazyowl

HN member
Joined
Tue, Jun 05, 2012, 9:49 AM UTC
HN karma
1
Public activity
3 items

About crazyowl

No profile information was provided.

Recent public activity

  1. comment
    Comment #5450921

    About events. One could argue that the example code is really made to look bad in the Java example. Sure, it's easier in C#, but there's no need to invent problems that doesn't hav…

  2. comment
    Comment #4068064

    No, not crash at runtime. Raise exception in runtime. You know, like NullPointerException in Java? Or ClassCastException? Or OutOfMemeoryException. You'll have more of the runtime …

  3. comment
    Comment #4068060

    This is true, but if that means python isn't strongly typed, then neither is Java or c++, since they too will convert for you. So, what widely used language is strongly typed then?…