Live data from Hacker News

Viewing profile — Kilgort

Kilgort

HN member
Joined
Mon, Dec 15, 2014, 10:50 AM UTC
HN karma
2
Public activity
1 items

About Kilgort

No profile information was provided.

Recent public activity

  1. comment
    Comment #8751418

    shared_ptr thing(new SomeThing()); shared_ptr iface = thing Rust is not OOP language, so it's logical that it can't do this. Rust got type system more like Haskell, and for me it's…