Viewing profile — mish33
mish33
HN member- Joined
- Wed, May 03, 2017, 3:56 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About mish33
No profile information was provided.
Recent public activity
-
comment
Comment #25980415
Bad luck may follow the same formula: what you did wrong times how many people that affected.
-
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.
-
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 …
-
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…