Y
Hacker News
new
|
ask
|
show
|
jobs
by
tome
3629 days ago
> does Haskell even have a stack?
Yes
1 comments
wyager
3629 days ago
While this is true, the contents of the STG stack aren't necessarily obviously related to the conceptual "call stack", right?
link
tome
3627 days ago
Well it's case that pushes onto the stack rather than (syntactic) function call but if you're willing to be generous with what you consider "call" then, yes, they're related.
link