| The Haskell wiki has a page called "Haskell in industry" [0] which lists all the people using Haskell in the real-world. Some notable ones include: * Facebook Haxl, an abstraction around remote data access [1] * Microsoft Bond, a cross-platform framework for working with schematized data [2] * Google Ganeti, a cluster virtual server management tool [3] * Intel Haskell research compiler, a custom Haskell compiler used internally at Intel Labs [4] --- [0]: https://wiki.haskell.org/Haskell_in_industry [1]: https://code.facebook.com/projects/854888367872565/haxl/ [2]: https://github.com/Microsoft/bond [3]: https://code.google.com/p/ganeti/ [4]: http://www.leafpetersen.com/leaf/publications/hs2013/hrc-pap... |
1. It is just a small team or even one person using it and they're doing it because they really want to use that technology badly.
2. The project is some side research thing or trivially small that it could have been done using any technology.
3. It is actually just a tool or sub-system of the main system that was low risk enough.
4. The project is no longer operational, if it ever made it to that stage.