|
|
|
|
|
by bitpush
342 days ago
|
|
You say "probabilistic" as if some kind of gotcha. The binary rigidness is merely an illusion that computers put up. At every layer, there's probabilistic events going on. - Your hot path functions get optimized, probabilistically - Your requests to a webserver are probabilistic, and most of the systems have retries built in. - Heck, 1s and 0s operate in a range, with error bars built in. It isnt really 5V = 1 and 0V = 0. Just because YOU dont deal with probabilistic events while programming in rust, or python doesnt mean it is inherently bad. Embrace it. |
|