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 problems are solved best with Haskell?

9 pointsby npguyover 8 years ago

2 comments

MichaelBurgeover 8 years ago
I like it for compilers, decompilers, interpreters, and parsers. If you&#x27;re doing one of these, it&#x27;s worth using Haskell even if the rest of the company isn&#x27;t using it.<p>F# or OCaml might also be appropriate for these.
codygmanover 8 years ago
I use Haskell everywhere I would have previously used Python.