Y
Hacker News
new
|
ask
|
show
|
jobs
by
JetSpiegel
3171 days ago
Isn't that just pushing the side-effects to the runtime? What does it achieve?
1 comments
tree_of_item
3171 days ago
It achieves the goal of making your code side-effect free. The explicit goal of these sorts of projects is to push the side-effects to the very edge of the stack.
link