TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IO evaluates the Haskell heap : in pictures

31 pointsby donsabout 14 years ago

2 comments

joelburgetabout 14 years ago
As someone who is relatively familiar with evaluation in Haskell I'm enjoying this series, but if I didn't already understand most of it I doubt I would get anything out of it. Real World Haskell has a more concrete chapter on profiling: <a href="http://book.realworldhaskell.org/read/profiling-and-optimization.html" rel="nofollow">http://book.realworldhaskell.org/read/profiling-and-optimiza...</a>. The Haskell wikibook also has a fairly comprehensive chapter on laziness: <a href="http://en.wikibooks.org/wiki/Haskell/Laziness" rel="nofollow">http://en.wikibooks.org/wiki/Haskell/Laziness</a>.
评论 #2479794 未加载
评论 #2479761 未加载
hendzenabout 14 years ago
I think the section of the Wizard book (SICP) on streams may also prove helpful to those trying to gain a deeper understanding of lazy evaluation.<p><a href="http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-24.html#%_sec_3.5" rel="nofollow">http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-24.html...</a>