Live data from Hacker News

Viewing profile — innover

innover

HN member
Joined
Sun, May 11, 2014, 5:13 AM UTC
HN karma
2
Public activity
2 items

About innover

No profile information was provided.

Recent public activity

  1. comment
    Comment #8002844

    I like the technique to generate compile error when there is a mismatch between format string and actual argument list and type - This is what only statically typed language can do…

  2. comment
    Comment #7727873

    A friend of mine is recently writing C++ web framework similar to Python Flask. It has many interesting features like compile-time routing URL parameter checking, easy and fast (pr…