Hacker News new | ask | show | jobs
by raverbashing 31 days ago
Actually "fun fact" we use something "kinda like" boolean logic, but distinct of the original "Prototypical BL" https://en.wikipedia.org/wiki/Two-element_Boolean_algebra

It has 2 operators: + and x (or more commonly: dot (.) - but this is more confusing on HN)

Also both + and x operations distribute, so A+(BxC) = (A+B)x(A+C)