Live data from Hacker News

Viewing profile — mish33

mish33

HN member
Joined
Wed, May 03, 2017, 3:56 PM UTC
HN karma
6
Public activity
4 items

About mish33

No profile information was provided.

Recent public activity

  1. comment
    Comment #25980415

    Bad luck may follow the same formula: what you did wrong times how many people that affected.

  2. comment
    Comment #14257139

    Go and Java claimed they can do without C++, so let them suffer :) It takes time and because we love Python we did it first. Others will come.

  3. comment
    Comment #14257056

    A C++ header file is full of garbage^W implementation details and not-C++ users want a stable API definition - that's what .clif file is about. It's an interface declaration for a …

  4. comment
    Comment #14256965

    NumPy support is a borderline issue for CLIF. Typical usage I saw is the following: C++ has some class(es) that best represented as NumPy arrays. So because those classes are speci…