graph-reduction Questions
2
Solved
from How does a stackless language work?
Haskell (as commonly implemented) does not have a call stack;
evaluation is based on graph reduction.
Really? That's interesting, because while I've nev...
Parhe asked 16/11, 2011 at 23:49
1
Solved
I'm trying to find a formal way to think about the space complexity in haskell. I have found this article about the Graph Reduction (GR) technique which seems to me as a way to go. But I'm having p...
Terrain asked 5/4, 2011 at 13:15
1
© 2022 - 2024 — McMap. All rights reserved.