leastfixedpoint

Archived tweet #9302 from the @leastfixedpoint Twitter Archive
@coreload Yep. It's not the 0-length datagram that's an issue; it's the confusion between 0-length and EOF, i.e. use of accidentally-ambiguous sentinel values. Sum types capture precisely what is needed, and direct support for them improves a language; compare Smalltalk, ML with C, Go.