Hacker News new | ask | show | jobs
by seanmcdirmid 4251 days ago
Oscilloscopes are actually the best way to debug data flow (since the 50s), this looks like the future of Haskell debugging to me.
2 comments

Funny how things are going back to fundamental ways of visualizing systems. Will Haskell be praised by Electric Engineer now ?
Directly coding concurrent stuff at all is highly unsafe. Haskellers prefer safety, not debuggers.
Yes, because "typed programs can't go wrong" is not really a promise, but a desperate wish.