Ask HN: Who is using Haskell in production?

6 points by tomas789 ↗ HN
I work for a big corporate. We are consodering Haskell for a specific use case. The leadership wants to know where is it used in production already. There are a few lists but they seem slightly outdated mostly.

What is your industry? How are you using it? What is the team size? What is the overall experience with it?

4 comments

[ 3.7 ms ] story [ 13.9 ms ] thread
I work for one of the biggest e-commerce sites in Sweden, in the fashion industry.

We are a group of 8 engineers using Haskell exclusively working on payments and checkout related solutions.

The experience has been amazing so far. We are able to ship with great velocity considering the size of the team. We have also been able to refactor things easily when requirements change. Haskell has helped in keeping the code in good shape even after the many direction changes.

Small DevSecOps business, with no dedicated team but about four primary developers using it for a shared service in our data transfer layer. Our lack of knowledge sometimes makes feature lead time slow, but the type system makes us feel very safe. Unfortunately our tooling experience has been abysmal. I’ve come to accept I just don’t get anything beyond basic syntax highlighting.