top | item 23780250

(no title)

alexandercrohde | 5 years ago

Yes there is. What you do is have don't put any IO calls inside your pure functions, but rather pass in their results as parameters.

Keep the impure code and the pure code separated.

discuss

order

pjmlp|5 years ago

Beautifully said, practically impossible unless the language imposes it as programming model and you have 100% control over the complete source code.