What did you produced?

What can you produce with Haskell? (web,apps etc…) and can you get a job after mastering only it or it is useless compared with other languages?

Haskell can be used to write many different types of software, including web apps. It’s definitely possible to get a job using Haskell, and I work full-time right now at a company that employs a bunch of Haskell programmers.

That said, you should mainly learn Haskell if you’re interested in learning about:

  1. Powerful forms of abstraction that let you express yourself more powerfully and concisely than in many other languages.
  2. A kind of programming that feels declarative and algebraic, while also being very versatile and general purpose compared to other declarative languages.
  3. A type system that lets you express and enforce your system constraints, catches a lot more programming errors before you even get to testing, and helps catch places where your way of thinking about the problem doesn’t quite fit.
  4. A whole new way of thinking about computation that’s somewhat different from, and more elegant than, more widely used programming languages.

It’s fine to have motivations like these and also want to get a job. But your message suggests that you’re only concerned with finding a job, and that’s your only criterion for a language being useful. If that’s the case, Haskell might not be the language for you to learn right now.

4 Likes

Here is a list of a few cool open source projects written in Haskell:

2 Likes

I get where you’re coming from, and these are all arguments that keep the advanced crowd here, but I suspect none of “algebraic/compositional/unique” matters to a programming newcomer (unless they come from a math or TCS department I guess!)

Can I build a web app with it? A phone app? Can I do deep learning with it? Yes/No
Getting a trainee job with it? Hard but not impossible, depending on the geographical region.

Why the answers to the above are mostly no is not due to a fundamental limitation of the language but to sustained focus of the community on … other stuff (type origami being one)

2 Likes

Thanks a lot for the information
i’m still a beginner right now. Well, for the job i’m not sure if i’ll get one after a year of self teaching/learning and of course Haskell alone may not provide one.
The road seems too long fora 26 years old for learning and getting experience before even asking for working in a company or remoteley and its hard especially without having a cs degree and that’s another topic
Its just general questions haha. But trying is better than nothing

Don’t get me wrong, despite my salty reply above: Haskell is a cool language that will teach you a lot about software design and CS in general, but my personal advice is : don’t focus on it exclusively, especially if you are learning programming.
Something with broader support and a faster feedback cycle like Javascript or Python will be more fun as a first language and open you many more professional opportunities.

1 Like

I agree with you! This is why my advice for now for a new learner was to learn Haskell when and if the specific advantages of Haskell are interesting, but not to commit to Haskell if they are just looking for a quick way to a job. I don’t want someone to be disappointed because they were looking for something different from what Haskell offers. And right now, Haskell offers a weaker job market and fewer specific niches than many other languages. But it also offers some great advantages, if you’re looking for them!

4 Likes