Live data from Hacker News

Viewing profile — crossroads1112

crossroads1112

HN member
Joined
Thu, Dec 29, 2016, 6:37 PM UTC
HN karma
2
Public activity
3 items

About crossroads1112

No profile information was provided.

Recent public activity

  1. comment
    Comment #13345239

    I wrote something similar in C99 as well for another project. Initially, I used the same form used in this blog post however it's easy to see that the ergonomics for accessing the …

  2. comment
    Comment #13280810

    Do you not consider adding a PPA to be straightforward? Or downloading the rustup binary and simply running it?

  3. comment
    Comment #13279082

    In Rust, lossy conversions only occur if you you explicitly write `var as type` and even that syntax is limited to certain types e.g. you can't coerce an integer to a function. In …