Live data from Hacker News

Viewing profile — awruef

awruef

HN member
Joined
Tue, Apr 07, 2015, 8:06 PM UTC
HN karma
51
Public activity
6 items

About awruef

No profile information was provided.

Recent public activity

  1. comment
    Comment #9528068

    "Once you internalize the many-worlds approach to programming, the implementation is pretty straightforward." are you serious? this is why people don't take Haskell seriously.

  2. comment
    Comment #9437110

    one wonders what the difference between "delete" and "modify" is...

  3. story
  4. comment
  5. comment
    Comment #9336906

    the parent comment has a link that includes code and a blog post. clang-analyzer uses "symbolic execution". the work I've been doing in extension also uses symbolic execution.

  6. comment
    Comment #9336801

    happy to see that someone else saw that! I mostly wrote that post / code as a tutorial on how to write checkers in a symbolic infrastructure, I think it was a little successful. I'…