Do you think functional language is good for applications that have a lot of business rules but very
- by StackUnderflow
I am convinced that functional programming is an excellent choice when it comes to applications that require a lot of computation (data mining, AI, nlp etc).
But is it wise to use functional programming for a typical enterprise application where there are a lot of business rules but not much in terms of computation?
Please disregard the fact that there are very few people using functional programming and that it's kind of tough.
Thanks