Hacker News new | ask | show | jobs
by leephillips 33 days ago
Ternary logic seems to be widely regarded as useful in computation, because it’s implemented in several programming languages. For example, in Julia the “missing” value supplements true and false to form a ternary system.