Hacker News new | ask | show | jobs
by m0lecules 1676 days ago
Or try reading the ethereum yellow paper: https://ethereum.github.io/yellowpaper/paper.pdf

When it gets into the symbolics of the ethereum state machine (section 4+), things get hairy fast. Unfortunately papers like this only make sense once you understand the paper. It's a succinct representation of knowledge for someone skilled in the field, but not a sensible way to teach others about the EVM.

1 comments

> It's a succinct representation of knowledge for someone skilled in the field, but not a sensible way to teach others

Sounds like manpages (:

Likewise; I still have no idea what a monoid or an endofunctor is, and my grasp of monads is only as deep as a short list of positive examples.