Functional languages: Real-life Examples

functional-programming

Solution

There are quite a few listed on Functional Programming in the Real World. From the site:

The main criterion for being real-world is that the program was written primarily to perform some task, not primarily to experiment with functional programming.

Problem

Do functional languages bring anything in the resolution of everyday business problems? Are there any successful projects that have been implemented using a functional language (ideally with a published test case)?

Original source