Bell System

social.omar.website

Omar Rizwan . @omar,

sort of annoying realization that the Tcl notion of immutability is not really the same as the thread-safe notion of immutability -- Tcl immutability still lets you arbitrarily shimmer the internal representation of a value so you can efficiently operate on it (as long as the value would still serialize to the same string), which is obviously not thread-safe

Open thread