Viewing profile — awruef
awruef
HN member- Joined
- Tue, Apr 07, 2015, 8:06 PM UTC
- HN karma
- 51
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About awruef
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #9437110
one wonders what the difference between "delete" and "modify" is...
- story
-
comment
Comment #9338037
Yay :)
-
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.
-
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'…