Y
Hacker News
new
|
ask
|
show
|
jobs
by
alexandercrohde
2166 days 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.
1 comments
pjmlp
2166 days ago
Beautifully said, practically impossible unless the language imposes it as programming model and you have 100% control over the complete source code.
link