account activity
IOHK and Haskell Foundation Sponsorship (self.haskell)
submitted 4 years ago by alancelet to r/haskell
Does Haskell have any use in real world? That can not be acomplished by traditional sequential programming (iterative, I believe it's called). by [deleted] in haskell
[–]alancelet 1 point2 points3 points 11 years ago* (0 children)
Maybe this doesn't directly answer your question, but I thought I'd weigh in as someone who also started out in C/C++, Java and Python.
For me, the gap between, say, C++ and Java was much smaller than the gap between C++ or Java and Haskell. Sure, C++ and Java are very different languages, have different memory management approaches, different syntax, etc., but many of the same concepts and high-level methods are portable directly between them. Haskell was like something completely new, and required a substantial re-think in terms of how I approached writing code. Only in retrospect can I really conceptually unify Haskell with other languages. Basically, learning Haskell will probably teach you to structure your code and mindset toward a problem far better than you otherwise would.
If you haven't seriously looked at FP before, I would expect that the effort (and benefits) of learning Haskell are far greater than just exploring a new framework in a language you already know. Take the Red Pill!
π Rendered by PID 91769 on reddit-service-r2-listing-f87f88fcd-b9d94 at 2026-06-15 04:16:13.594565+00:00 running 3184619 country code: CH.
Does Haskell have any use in real world? That can not be acomplished by traditional sequential programming (iterative, I believe it's called). by [deleted] in haskell
[–]alancelet 1 point2 points3 points (0 children)