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.

Just Finished Lear You a Haskell for Great Good. What Now?

1 pointsby Tzedekover 8 years ago

3 comments

pinkythepigover 8 years ago
I found that learn you a haskell is pretty nice for learning the abstract &#x27;mathy&#x27; parts of haskell, but it is pretty terrible at explaining how to actually apply that knowledge and it also does not cover advanced concepts and seems to just end abruptly.<p>If you are still not understanding how to actually make programs, I&#x27;d recommend you either go with <a href="http:&#x2F;&#x2F;book.realworldhaskell.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;book.realworldhaskell.org&#x2F;</a> or <a href="http:&#x2F;&#x2F;haskellbook.com" rel="nofollow">http:&#x2F;&#x2F;haskellbook.com</a>.<p>Real World Haskell explains the concepts decently and is free... But its syntax is very out of date so you can&#x27;t just copy stuff from the book with modern versions of libraries and expect it to work.<p>haskellbook is better, but it costs 60 dollars. It does a better job than RWH imo, although it is still in early access and has some rough edges. For example, chapter 1 is unintelligible gibberish to me (at least when I read it, maybe its better now), but the rest of the book is mostly good. Also, due to being new, it covers things like stack as well.
评论 #12396925 未加载
gilmiover 8 years ago
This might help: <a href="http:&#x2F;&#x2F;www.gilmi.xyz&#x2F;post&#x2F;2015&#x2F;02&#x2F;25&#x2F;after-lyah" rel="nofollow">http:&#x2F;&#x2F;www.gilmi.xyz&#x2F;post&#x2F;2015&#x2F;02&#x2F;25&#x2F;after-lyah</a>
sotojuanover 8 years ago
Build projects? Why did you read it in the first place? The answer to that question should help decide what to do now.
评论 #12396938 未加载