views:

80

answers:

4

Hello,

I have a free time and would like to do functional programming and learn some functional programming language.

But as we know the best theory it is practice. In this regard, I would like to know in which sector is most often used functional programming? I understand if the project is written in a functional language that is somehow justified. Therefore, such a question: what kind of projects easier and more profitable to write in functional languages?

Thank you

+1  A: 

Financials, Statistics, and Scientific Computation are the three areas where Functional Programming are used the heaviest.

You could always throw together a simple statistics calculation package that works against one of the various social networks out there. An F# stats application against the StackOverflow would be an interesting project...

Justin Niessner
The *three* main areas where Functional Programming are used the heaviest are Financials, Statistics, Scientific Computation and a Fanatical Devotion to the Pope!
Chris
@Chris - Doh! I updated the answer with Statistics and forgot to update the count. Heh.
Justin Niessner
+2  A: 

AI, data processing, scientific/financial/computationally intensive applications.

Mau
+3  A: 

interpreters, hand-written recursive descendant parsers, program analyzers

swegi
+4  A: 
Norman Ramsey