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.

Ask HN: What small tools/utils I can build with Haskell?

3 pointsby shukiover 3 years ago
I am new to FP and learning Haskell via "Programming in Haskell". I've reached the half way mark in the book and been doing all the exercises religiously. However, at this point I find myself loosing interest and think it would be better if I build some interesting[small] project where I can apply the concepts I've learned.

3 comments

juxtaposeover 3 years ago
Seriously, anything. I use Haskell for any scripts, e.g. crawling web sites. (Python&#x27;s position has been taken by Haskell in my toolbox.)<p>Surprisingly, a task as simple as web crawler can be related to so many concepts: regex, parsec, optics, conduit, concurrency, I&#x2F;O...<p>The fun of programming Haskell is often you introduce a higher-level concept to your program to make it faster or more generalized, but the code gets shorter and more functional! Wish you a happy Haskell journey and find Haskell fun as much as I do. :-)
评论 #28460657 未加载
Liskni_siover 3 years ago
Customize your desktop experience by trying xmonad.
ghostwriterover 3 years ago
Build a tax calculator