Hacker News new | ask | show | jobs
by dhosek 1453 days ago
Nah, all you need are nand gates. Everything else can be implemented from those.
1 comments

Yeah, similarly in mathematics they often like to build everything up from ‘implies’ where the rule is implies(a,b) = or(not(a), b) = nand(a,nand(b, b)).