Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcora
1993 days ago
It's the other way around. State (and side effects) are explicit in pure programs, and implicit in impure programs.
2 comments
Twisol
1993 days ago
'tel said the same thing, and I can see it both ways. But I don't think it helps me much to simply state the opposite position -- you don't give me much to reply to :)
link
mumblemumble
1993 days ago
They're generally explicit in both, albeit in different ways. They're
first class
(which isn't quite the same thing) in pure programs.
link