BrainF*** in the Swift type system

Reminded me of my experiment of using "pure" Swift with no standard library or built-ins: first create type "Bit", then "Byte" on top of Bit, then do everything else on top of Byte.

3 Likes