Hacker News new | ask | show | jobs
by Jeff_Brown 2849 days ago
This makes another argument for Haskell, because the language allows you to isolate the non-pure code into a thin top layer. That makes debugging much easier than it would be if the complexity of IO extended all the way down through your app's subfunctions.