Ivan Reese
Christopher Shank
09/16/2024, 12:51 AMIvan Reese
Christopher Shank
09/17/2024, 6:43 PMChristopher Shank
09/17/2024, 7:00 PMIvan Reese
Chris Knott
09/17/2024, 7:13 PMIvan Reese
Ivan Reese
Ivan Reese
5
or {x: 20, y: 50, pressure: 15}
or "Hello, Denver"
, and that on either end of those black wires there's a function like add
or split
or unpack
or whatever.Ivan Reese
Christopher Shank
09/19/2024, 2:00 AMChristopher Shank
09/19/2024, 2:03 AMIvan Reese
Is the ability to pick data points off a wire lead to non-deterministic behavior of the system?Yes. It's much the same as pausing with a breakpoint, changing the values in some variables, and then resuming. You're just also changing a little bit of process stuff at the same time. (Which, I imagine, would be a totally normal thing to do if you were debugging, say, Erlang + OTP. But I haven't done that, so I can only imagine).