Tag
The article argues for using unsigned integers more often in programming, refuting common arguments against them.
An article discussing the debate between signed and unsigned integer defaults in programming language design, using Odin and C3 as examples. The author argues that signed-by-default is more practical despite theoretical advantages of unsigned.