Do you think functional language is good for applications that have a lot of business rules but very

Posted by StackUnderflow on Stack Overflow See other posts from Stack Overflow or by StackUnderflow
Published on 2009-03-07T21:01:29Z Indexed on 2010/05/12 5:04 UTC
Read the original article Hit count: 210

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

© Stack Overflow or respective owner

Related posts about functional-programming

Related posts about object-oriented