Live data from Hacker News

Viewing profile — nikomatsakis

nikomatsakis

HN member
Joined
Mon, Jan 23, 2012, 9:08 PM UTC
HN karma
103
Public activity
11 items

About nikomatsakis

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #9356447

    Technically, byte-strings (and nested comments) mean the lexer is not regular, but the grammar is still context-free. But anyway, parsing is not typically the bottle-neck these day…

  3. comment
    Comment #9047576

    The final draft made an effort to address those concerns -- but also they are completely inapplicable to optimized builds, as kibwen points out. (And if you care how fast your code…

  4. comment
    Comment #8984123

    I hadn't actually followed the link in the original post. I see that the claims there were slightly different than what I was thinking of. Nonetheless, I stand by what I wrote abov…

  5. comment
    Comment #8984050

    I don't know that anyone claimed that a bug similar or analogous to heartbleed couldn't be reproduced in Rust. If they did, that was certainly an overstatement. I think more concre…

  6. comment
    Comment #8900594

    See also the discussion thread: http://discuss.rust-lang.org/t/orphan-rules/1322/26

  7. comment
    Comment #8322350

    I wouldn't be so quick to give up on GC support yet! "We have a plan!" But I don't think we'll have it in for Rust 1.0. And it's true that, even if we never do get it to work in a …

  8. comment
    Comment #3808906

    fwiw, I thought the same when I began work on Rust, but I have since gotten quite used to the shorter keywords. At this point, I can't believe the keywords in other languages are s…

  9. comment
    Comment #3807971

    I wrote up a quick blog post to spell out some of the examples and show how the design aims for a consistent meaning for the `ret` keyword: http://smallcultfollowing.com/babysteps/…

  10. comment
    Comment #3807892

    You're missing something. The semantics of `ret` are always consistent: it always returns from out the innermost `fn()` declaration (closures written using the sugared notation `{|…

  11. story